react-native-unimodules
react-native-unimodules copied to clipboard
TypeError: null is not an object (evaluating 'unimodulesPermissionsInterface.PermissionStatus')
I am ejecting expo app to bare react native app. But I am getting error
TypeError: null is not an object (evaluating 'unimodulesPermissionsInterface.PermissionStatus')
My package.json includes: "react-native": "~0.61.4", "react-native-unimodules": "0.7.0-rc.4",
I have tried both with 0.7.0 and 0.7.0-rc.4 of react-native-unimodules
Similar issues: https://github.com/unimodules/react-native-unimodules/issues/89 https://github.com/unimodules/react-native-unimodules/issues/85
That seems strange… do you import unimodules-permissions-interface
anywhere in your code? Do you know if this has been fixed in newer versions of react-native-unimodules
(I don't think we had similar issues pop up recently 🤔)?