Skip to content

Repo related to Medium article - Being free from expo SDK in React Native apps

License

Notifications You must be signed in to change notification settings

francisrod01/RNwithoutExpo

Repository files navigation

RN without Expo

Being free from expo in React Native apps

Github author GitHub last commit GitHub release 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