Skip to content

Latest commit

 

History

History

Example

React Native Gallery Toolkit Examples

How to run

Install all the dependencies:

npm install

Running on iOS

Before running the app, install the cocoapods dependencies:

npx pod-install

Now, you can start the app:

npm run ios

Running on Android

npm run android