I had a project done in Expo, but I deployed it using Expokit, which creates the / android folders and / ios, I can generate the apk however I can not emulate on my mobile for development. The command I use to build apk is gradlew assembleRelease
, I tried to use react-native run-android
but it gave error. Any suggestions on how to run a project on my mobile / emulator for development? Here is the image with the error after react-native run-android
: