README.md 332 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


## Run the example

```
npm install
```

Then open AdvancedEffects.xcodeproj with XCode and run the application.

## Developing with the example

```
npm install react-native
npm install ../..         # everytime the lib code changes
```

(also make sure a `npm install` has been called on the root directory of gl-react-native).