-
Notifications
You must be signed in to change notification settings - Fork 45
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
PopoverTouchable undefined #20
Comments
I need to see your jsx code where you render |
Are you sure that your imports for Popover, PopoverTouchable and Button are correct? Seems that PopoverTouchable cannot render button or popover. Maybe you're using wrong import style for button and importing module instead of component or something like it. When you're using Popover alone, you need to set |
I got the same issue, I think the problem is |
In this case you have to update your react and react-native versions, or downgrade the version of this module. |
when i use this plugins in android, is ok, but i use this plugins in ios , i get the same problem |
@Herryjoeson , what versions of |
@doomsower Do I need to update the version? |
Please update to 0.0.6 |
ok! i will try |
i update the version to 0.0.6, It has not been solved this problem |
Ok. So the error message in the first post is pretty definitive.
If the error is deeper in first or second child, the error message should complain about some deeper component's render method (in theory) Btw, I checked the error message myself, and mine was a bit different from the one @Ashes-wzc got. Your imports and stuff seems to be ok. This is especially strange because it works on android, because it you don't use nay platform-specific components at top level. I can only think of few reasons:
If this doesn't help, then I have no ideas and would like to get some minimal reproduction |
I have the same problems and have no idea how to resolve this. I use it on storybook.
|
@ggpw please check my previous post. I'd like to see full error message and output of |
@doomsower thanks for the reply
|
You are using old version of react-native, which uses old react version, so this module won't work with it, because it needs |
I just published version |
The text was updated successfully, but these errors were encountered: