Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.54 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.54 KB

RN without Expo

Being free from expo in React Native apps

Github author GitHub last commit GitHub top language GitHub

Dependencies

GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (dev dep on branch)

What this repo is talking about

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.

Get Started

  1. Download the project directly or use git clone.
  2. Install all dependencies with npm i command or yarn, as you prefer.
  3. Start the JS remote debugging with npm start
  4. Run the application on android with npm run android

Enjoy! =)

License

MIT