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

## Run the example

```
npm install
```

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

Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
11 12 13 14 15 16
## Developing with the example

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

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