AJ Jenkins
AJ Jenkins
@harshaliitr I'm getting the warning `Possible Unhandled Promise Rejection: TypeError: _reactNativeAgora.default.create is not a function`. That's triggered when I call `RtcEngine.create(appId)` from my code. Have you figured out a way...
Update: [Got a reply](https://github.com/facebook/react-native/issues/33557#issuecomment-1126959400) from someone on the React team about the "right" way to fix this. Apparently they want everyone to start using Flow or Typescript instead of relying...
I agree that recoil should definitely be in the dependencies. However, expo-gl and expo-image-manipulator are already listed in peerDependencies. That does mean that you need to install those yourself, but...
I believe this fixes #222
Update: [Got a reply](https://github.com/facebook/react-native/issues/33557#issuecomment-1126959400) from someone on the React team about the "right" way to fix this. Apparently they want everyone to start using Flow or Typescript instead of relying...