-
-
Notifications
You must be signed in to change notification settings - Fork 7
bugfix(openmodal) fix building issue by adding if statements in mount… #56
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
Conversation
…ing and unmounting children
|
Could you please provide more details about XCode and iOS version you are using to c create the build? |
|
It happens when i run 'expo run:ios' (after a prebuild). I am using the following versions: The error I got was: |
|
Hi @wendyprogramic , sorry for the late reply. Any chance you could update the minor library versions and check again? |
@paufau yes that works, thank you so much :) |
…ing and unmounting children
Please provide enough information so that others can review your pull request:
Motivation
Explain the motivation for making this change. What existing problem does the pull request solve?
I got an error when building the app, this seems to fix it.