Skip to content
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

Heap's minSDKVersion of 16 isn't supported after upgrading to React Native 64 #242

Open
RustyDev opened this issue Apr 23, 2021 · 1 comment

Comments

@RustyDev
Copy link

RustyDev commented Apr 23, 2021

uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [com.facebook.react:react-native:0.64.0] 
@apyousef
Copy link
Collaborator

@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?

bnickel added a commit that referenced this issue Nov 12, 2021
This also fixes #242
bnickel added a commit that referenced this issue Dec 15, 2021
- Fixed a bad line in the .gitignore for the RN 0.63 test driver that was excluding the Android source.
- Added a test driver for RN 0.66 and added options in test.sh to pick the driver and limit test actions.
- Fixed issue #242 that was demonstrated by the RN 0.66 tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants