-
Notifications
You must be signed in to change notification settings - Fork 454
React Native 50 update #335
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
|
Hi @Vladimir-Vdovic, I tried to add your PR to my project and pointed both themes and animations dependencies to your rn-50-update PRs. However, I was not able to get my app running as PropTypes error was presented. Do you have any recommendation on how to get this working? |
|
Just use |
| color: bufferColor | ||
| }]; | ||
|
|
||
| if(!NativeModules.BVLinearGradient){ |
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.
Put it on top of the function.
package.json
Outdated
| "lodash": "~4.15.0", | ||
| "qs": "~4.0.0", | ||
| "react-native-lightbox": "shoutem/react-native-lightbox#4e58b9b1aca166142d69b161ff511efc3358ff9f", | ||
| "react-native-lightbox": "shoutem/react-native-lightbox#master", |
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.
Don't point to master directly, add a tag to both repos and point to tag. This might get broken if someone commits to master.
|
@Vladimir-Vdovic I'm getting resizeMode warnings, is that related to this PR? How to fix? |
Updated dependencies for forks and out-of-date packages.
Changed
Imagecomponent to be compatible with RN 0.50.0ImageBackgroundcomponent.Removed obsolete prop
resizeModefromtheme.js.