rnc-archive / react-native-webgl

DEPRECATED: use expo-gl – Implements WebGL for react-native
295 stars 73 forks source link

react-native-webgl is replaced by expo-gl (over unimodules) #100

Closed gre closed 4 years ago

gre commented 4 years ago

Since react-native-unimodules was introduced we can now use Expo modules like expo-gl which is where the webgl implementation has been continued and is actively maintained.

We therefore recommend you now move to use expo-gl. This library is no longer supported and this PR remove files and put a new README.md that explains this. All PRs and ongoing issues are going to be closed.

If you were using gl-react and gl-react-native, simply upgrade to latest gl-react-native (v4) and configure unimodules and it should just works 🚀

thanks @nikki93, @brentvatne & rest of Expo team to make this possible via unimodules!