rnc-archive / react-native-webgl

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

React Native 0.60 support #92

Closed Andrei-Vakulski closed 5 years ago

Andrei-Vakulski commented 5 years ago

Feature Request

Is there any plans to support latest React Native 0.60 (both platform and new linking system )?

Currently, when trying to bootstrap a fresh RN 0.60 app on ios and install react-native-webgl either trying new pod install or old react-native link I'm getting this error

Exception '-[RCTCxxBridge jsContextRef]: unrecognized selector sent to instance 0x7f7f4200dd80' was thrown from JS thread

RCTFatal
-[RCTCxxBridge handleError:]
-[RCTCxxBridge _tryAndHandleError:]
__NSThreadPerformPerform
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
__CFRunLoopDoSources0
__CFRunLoopRun
CFRunLoopRunSpecific
+[RCTCxxBridge runRunLoop]
__NSThread__start__
_pthread_body
_pthread_start
thread_start
Bartson commented 5 years ago

Any information would be appreciated.

gre commented 5 years ago

let's group the discussion on #95