react-native-popover
react-native-popover copied to clipboard
Popover.js can't import StyleSheetRegistry, Because it Doesn't Exist
StyleSheetRegistry file is missing in node_modules when i do a simple npm install --save react-native-popover
Because it's missing, it crashes the app. Where can I get this file?
Dimensions also missing... I'm running RN33 if that helps!
same here
it's just because @jeanregisser doesn't push the latest code to npm, just install the package from github:
npm install --save github:jeanregisser/react-native-popover#8a443d2699b404d55c324edc8536255150340789
or use yarn:
yarn add github:jeanregisser/react-native-popover#8a443d2699b404d55c324edc8536255150340789
That's pity that he doesn't ( Last commit in May 2016. Is this module abandoned?
Ok, installing through github gives this error:
Cannot read property 'bool' of undefined
This module seems abandoned indeed? Sure, if it's abandoned, but then please let people know directly on your README.md