File tree Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Expand file tree Collapse file tree 7 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ react {
4949 //
5050 // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
5151 // hermesFlags = ["-O", "-output-source-map"]
52+
53+ /* Autolinking */
54+ autolinkLibrariesWithApp()
5255}
5356
5457/**
@@ -114,5 +117,3 @@ dependencies {
114117 implementation jscFlavor
115118 }
116119}
117-
118- apply from : file(" ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesAppBuildGradle(project)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 compileSdkVersion = 34
66 targetSdkVersion = 34
77 ndkVersion = " 26.1.10909125"
8- kotlinVersion = " 1.9.23 "
8+ kotlinVersion = " 1.9.24 "
99 }
1010 repositories {
1111 google()
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
2121# Android operating system, and which are packaged with your app's APK
2222# https://developer.android.com/topic/libraries/support-library/androidx-rn
2323android.useAndroidX =true
24- # Automatically convert third-party libraries to use AndroidX
25- android.enableJetifier =true
2624
2725# Use this property to specify which architecture you want to build.
2826# You can also override it from the CLI using
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -all.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 5555# Darwin, MinGW, and NonStop.
5656#
5757# (3) This script is generated from the Groovy template
58- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5959# within the Gradle project.
6060#
6161# You can find Gradle at https://github.com/gradle/gradle/.
Original file line number Diff line number Diff line change 1+ pluginManagement { includeBuild(" ../node_modules/@react-native/gradle-plugin" ) }
2+ plugins { id(" com.facebook.react.settings" ) }
3+ extensions. configure(com.facebook.react.ReactSettingsExtension ){ ex -> ex. autolinkLibrariesFromCommand() }
14rootProject. name = ' HelloWorld'
2- apply from : file(" ../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesSettingsGradle(settings)
35include ' :app'
46includeBuild(' ../node_modules/@react-native/gradle-plugin' )
Original file line number Diff line number Diff line change 1010 "test" : " jest"
1111 },
1212 "dependencies" : {
13- "react" : " 18.3.1 " ,
13+ "react" : " 19.0.0-rc-fb9a90fa48-20240614 " ,
1414 "react-native" : " 1000.0.0"
1515 },
1616 "devDependencies" : {
2727 "eslint" : " ^8.19.0" ,
2828 "jest" : " ^29.6.3" ,
2929 "prettier" : " 2.8.8" ,
30- "react-test-renderer" : " 18.3.1 " ,
30+ "react-test-renderer" : " 19.0.0-rc-fb9a90fa48-20240614 " ,
3131 "typescript" : " 5.0.4"
3232 },
3333 "engines" : {
You can’t perform that action at this time.
0 commit comments