0.0.15-beta.8 ā€¢ Published 2 years ago

expoize v0.0.15-beta.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

expoize

type-coverage NPM

šŸ’« convert React Native projects into Expo environments.

Warning: This project is on pre-release stage. It's not stable for production yet.

demo

Usage

Important!

You MUST: 1. perform a backup of your code before executing this script. 2. 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.