-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover.js can't import StyleSheetRegistry, Because it Doesn't Exist #23
Comments
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:
or use yarn:
|
That's pity that he doesn't ( |
Ok, installing through github gives this error:
This module seems abandoned indeed? Sure, if it's abandoned, but then please let people know directly on your |
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?
The text was updated successfully, but these errors were encountered: