TwistedMinda

Results 26 comments of TwistedMinda

> Same issue. I have tried to delete the declaration of that module manually `module ReactCommon { ...` (everything in file) And it works for me. But it looks weird......

Since you're trying to tackle this problem, I would just like to add information I have for it: - Since we use react-native-skia we've had this issue in our app...

Hi, is anyone still stuck on this issue? Because I am. Tried all the options provided here and there: - applying the patch - testing the recent react-native-notifications 5.0.0 -...

@zabojad Hey, good to know it can work! Well I don't really do anything fancy, just calling it: ```ts Notifications.getInitialNotification().then((notification) => { if (notification) { handleNotification(notification) } }) ```

Still present on 14.0.0-rc.1. No way to remove them with the `LogBox.ignoreLogs` either

Same issue here. Drop-in replacement `expo-document-picker` did the trick for me, just works.