Being free from expo in React Native apps
- Author: Francis Rodrigues
- This is part of Medium article
Sometimes we need to have more control about dependencies.
This project can be used as a reference to your lastest React Native applications without expo SDK.
- Download the project directly or use
git clone
. - Install all dependencies with
npm i
command oryarn
, as you prefer. - Start the JS remote debugging with
npm start
- Run the application on android with
npm run android
Enjoy! =)
MIT