Just installed on a clean RN 0.56 following the instructions for gl-react-native and then react-native-webgl. Seems to work fine on iOS except for the error below.
Seems like you need to do something like this to solve it because of elevated permissions.
Module RNWebGLTextureLoader requires main queue setup since it overridesinitbut doesn't implementrequiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.
Just installed on a clean RN 0.56 following the instructions for gl-react-native and then react-native-webgl. Seems to work fine on iOS except for the error below.
Seems like you need to do something like this to solve it because of elevated permissions.
Module RNWebGLTextureLoader requires main queue setup since it overrides
initbut doesn't implement
requiresMainQueueSetup. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of.