Skip to content
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

Open
quadsurf opened this issue Nov 11, 2016 · 5 comments
Open

Comments

@quadsurf
Copy link

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?

@quadsurf
Copy link
Author

Dimensions also missing... I'm running RN33 if that helps!

@AhsanWani
Copy link

same here

@Swordsman-Inaction
Copy link

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

@greenais
Copy link

That's pity that he doesn't (
Last commit in May 2016.
Is this module abandoned?

@jasperkuperus
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants