Skip to content

brentvatne/react-native-glshaders-testing

 
 

Repository files navigation

Testing GL shaders

Pretty much what this repo is about. Latest React Native + GLv3 alpha + some filters.

And adding some sticker fanciness in the end, getting some inspiration from Jani's work. And finally we are able to save it via react-native-view-shot

Preview:

alt text

TIL

  1. GL-react-native doesn't work when attached to the debugger

Troubleshooting

Apparently, to make it work, there are some things to sort out:

  1. First thing to do is to follow what said in this StackOverflow answer but write this tools:overrideLibrary="fr.greweb.rngl"
  2. based on this issue here the way to fix it is to install Android's NDK r10e, downloadable from here.
  3. And also adding this is necessary.
  4. Temp fix for GL -- can't make it work anymore, I'll stick to iOS simulator atm

About

Just a demo app that mimic some Instagram + Snapchat features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%