Update the package.json according to Install guide
Run just al
. This command will look for local SDK repo in ../sdk-react-native
. It will override the node_modules
content of ../sdk-react-native/sdk
to avoid conflicts with the devDependencies
of the SDK.
React Native version: package.json
- react-native
android/build.gradle
-ext.buildscript
- compileSdkVersion
- targetSdkVersion
- minSdkVersion
You can see native logs with according native IDE.
React Native logs are printed in Metro UI. Run npx react-native start
to open it.