randomtoni
randomtoni
@Joro-Popov are you using PushNotificationIOS.addNotificationRequest or just PushNotification.localNotification? (I'm supposing you're also using react-native-push-notification)
are you using typescript ? if so, you need to add the extension files that are not common to the compiler
hi @ibenettaleb, I'm having the same issue, I think is related to #212
I'm getting the same error. Checked upgreding to rn 0.68.7 but still no luck.
Thanks fernando for the reply. I cannot event bring up the starter-kit without anything else: package.json: ``` "dependencies": { "@viro-community/react-viro": "^2.20.2", "react": "17.0.2", "react-native": "0.65.1" }, "devDependencies": { "@babel/core": "^7.15.0",...