Upgrade React Native to 0.65

Summary: Upgrade React Native to 0.65.1 in the reference project. Verified that the app installs on Android, iPhone 12, with and without Hermes

Reviewed By: timur-valiev

Differential Revision: D30807062

fbshipit-source-id: 79f4aba2ca9767769842f77221d4cf3eeefbf478
This commit is contained in:
Michel Weststrate
2021-09-08 14:05:44 -07:00
committed by Facebook GitHub Bot
parent 1a91dc53fd
commit a79ff08f85
10 changed files with 683 additions and 633 deletions

View File

@@ -132,11 +132,6 @@ android {
compileSdkVersion rootProject.ext.compileSdkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
applicationId "com.reactnativeflipperexample"
minSdkVersion rootProject.ext.minSdkVersion
@@ -220,7 +215,7 @@ dependencies {
// Run this once to be able to run the application with BUCK
// puts all compile dependencies into folder libs for BUCK to use
task copyDownloadableDepsToLibs(type: Copy) {
from configurations.compile
from configurations.implementation
into 'libs'
}