Skip to content
Manual Installation

Manual Installation

You can integrate any EXO primitive, component, hook, or utility in any existing React Native project. Tree shaking ensures that only what you use is included in your final bundle.

Install EXO

First, install react-exo as a dependency in your project. Note that any unused export will not be included in your final bundle.

npm
npm i react-exo

Use the library

Once installed, you can now import and use any of the available exports as instructed throughout the documentation.

Install Unistyles

Follow the instructions as documented over at Unistyles