Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 529 Bytes

react-native-matrix-sdk and Expo test

https://github.com/unomed-dev/react-native-matrix-sdk

Installation

yarn install

Build iOS (works)

npx expo run:ios

Build Android (works not)

npx expo run:android

Workaround

mkdir -p ./node_modules/@unomed/react-native-matrix-sdk/android/build/generated/source/codegen
cp -r ./node_modules/@unomed/react-native-matrix-sdk/android/generated/jni ./node_modules/@unomed/react-native-matrix-sdk/android/build/generated/source/codegen