This is a place to share common problems and solutions to them. The examples use App, but you should still find them useful if you use something else.

Can't add or see the images in Android Studio

Open Android Studio => Import project (Gradle, Eclipse ADT, etc.) => select folder android inside project root folder

Error: Unable to resolve module "… rn_lekima/src/utils/navigation from src/App.js"

I guess the first time you run the app on other locations and Lekima based on the latest React Native version and I think it cached the location in the first time you run the app.

To run clean flow this steps:

Step1: yarn start --reset-cache in rn_lekima folder.

Step2:

run iOS: npx react-native run-ios run Android: npx react-native run-android