rnc-archive / react-native-webgl

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

Update to current version in Expo. (Resolves flickering on Android) #62

Closed DylanVann closed 6 years ago

DylanVann commented 6 years ago

This will need to be regression tested against the examples since I'm not sure what most of these changes do.

This is the current code for GLView.java in Expo.

This resolves flickering on Android on waking from sleep.

The couple changes to the code are:

DylanVann commented 6 years ago

Moved to https://github.com/react-community/react-native-webgl/pull/63, had to do other things on master on my fork.