Final Steps

Finally, you must build your project and make sure that you an emulator running or an android device connected, you can run the following command:

Under the root directory of your project run:

$ npm start –reset-cache

And open another cli in the same directory and run:

$ react-native run-android

Last updated