morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.64k stars 560 forks source link

Support RN v0.64 and bump minimum required versions #602

Closed milesj closed 3 years ago

milesj commented 3 years ago

@morenoh149 Fixes https://github.com/morenoh149/react-native-contacts/issues/600

Minimum required versions have changed in 0.64: https://reactnative.dev/blog/2021/03/12/version-0.64#major-dependency-version-changes Because of this, I bumped the minSdkVersion in all the gradle files. Also made changes based on this diff: https://react-native-community.github.io/upgrade-helper/?from=0.63.3&to=0.64.0

I tested both android/ios in the example app and they both worked.

Since these changes are kind of breaking, I feel like the next version bump should be major.