Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 332 Bytes

File metadata and controls

18 lines (11 loc) · 332 Bytes

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).