-
Notifications
You must be signed in to change notification settings - Fork 189
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
Native Base UI library installed #2783
Conversation
src/mobile/package.json
Outdated
@@ -12,10 +12,12 @@ | |||
"dependencies": { | |||
"expo": "44.0.5", | |||
"expo-status-bar": "1.2.0", | |||
"native-base": "^3.3.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin dependency
Can you explain the changes in |
@TueeNguyen yes. Here is the link about the bug |
@aserputov Can you let us know what happened? Would be good to know in future if we try to use this again. I don't understand the bug to be honest. |
The PR is being closed because React Native essentially has too many bugs to try and work around, and we have decided it will hinder our progress to have a UI library for 2.6. There seems to be a collective decision to try another package, and that is the direction we are headed in #2730 the issue to install a UI package for RN. |
Issue This PR Addresses
Fixes: #2730
Type of Change
Description
Native Base UI library installed for mobile application.
Checklist