react-native-heap
react-native-heap copied to clipboard
Heap's minSDKVersion of 16 isn't supported after upgrading to React Native 64
uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.64.0]
@RustyDev Thank you for your patience.
If you set android.defaultConfig.minSdkVersion
to 21 in your app/build.gradle
file, does that resolve the issue?