-
Notifications
You must be signed in to change notification settings - Fork 9
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
The specified child already has a parent. You must call removeView() on the child's parent first. #309
Comments
Ack! @illuminati1911 can you please take a look into this? @jokerttu FYI. |
@ziga-hvalec Thansk for reporting this! Could you give use more detailed information about the issue?
Also feel free to share any other information you think might be relevant. |
also doesn't seem to be device specific |
I’ve marked this as the highest priority. We need to find a way to reproduce the issue in order to identify a fix. This is an internal exception within the navigation SDK, but it’s most likely related to how views are initialized in the React Native package implementation. |
I'm also facing this issue. for me every time i close the view and reopen, i get mentioned issue |
Still happening on 0.8.1 |
Has this been fixed. Any update on this? |
@ziga-hvalec The error mentioned seems related to a view pager. Are you using a pager component? If so, could you specify which package you are using? |
@sr1k3sh |
I'm not using any pager component. I do have react-native-pager-view installed because it's required by some other dependency, can't remember which tho.
|
We're getting this error occasionally java.lang.IllegalStateException - The specified child already has a parent. You must call removeView() on the child's parent first. Nav sdk 0.6.1 on android only
The text was updated successfully, but these errors were encountered: