I have been trying to add ReactNative to my existing android application. I followed the instructions from this link. I could add it but the app gets crashed once I open the
It might be lib\x86_64\libreactnativejni.so not found due to missing strip tool for ABI 'X86_64' Try the following steps.
Clean the android folder
Navigate to android folder cd android.
Clean the directory using gradle
For Windows, gradlew clean
./graldew cleanNow you can try react-native run-android --no-jetifier