expoize
v0.0.15-beta.8
Published
💫 convert React Native projects into Expo environments.
Downloads
7
Maintainers
Readme
expoize
💫 convert React Native projects into Expo environments.
Warning: This project is on pre-release stage. It's not stable for production yet.
Usage
Important!
You MUST:
- perform a backup of your code before executing this script.
- use versioning control and commit your pending changes before executing this script.
1. Run with no install (via npx
)
You don't need to install the package if you already have the npx
command in your system:
Run:
npx expoize
2. Install as devDepedency
Install:
npm install --save-dev expoize
Run:
./node_modules/.bin/expoize
Requirements
This project has been tested exclusively in Node 14 enviroments. There are plans to support Node 12 and verify Node 16.