expoize

💫 convert React Native projects into Expo environments.

Usage no npm install needed!

<script type="module">
  import expoize from 'https://cdn.skypack.dev/expoize';
</script>

README

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.