-
-
Notifications
You must be signed in to change notification settings - Fork 422
[dist] update most dependencies #13
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
```gradle | ||
include ':react-native-datetimepicker' | ||
project(':react-native-datetimepicker').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/datetimepicker/android') | ||
``` | ||
|
||
2. Add into `android/gradle.properties`: |
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.
This is not needed anymore? useAndroidX
and enableJetifier
?
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.
This is now added by default by a React app, see https://react-native-community.github.io/upgrade-helper/?from=0.59.3&to=0.60.4 and scroll down to the file
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.
More background on the [email protected] upgrade: https://facebook.github.io/react-native/blog/2019/07/03/version-60#androidx-support
Summary
Update dependencies, specifically latest React Native.
Test Plan
What's required for testing (prerequisites)?
Flow, Eslint and Jest all work
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
- [ ] I added the documentation inREADME.md
CHANGELOG.md
- [ ] I updated the typed files (TS and Flow)- [ ] I added a sample use of the API in the example project (example/App.js
)