Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.27.6",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^30.0.0",
"@types/react": "^18",
Expand All @@ -42,12 +42,12 @@
"eslint-plugin-prettier": "^5.5.1",
"jest": "^30.0.3",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-native": "0.74.1",
"react": "18.3.1",
"react-native": "0.75.5",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "^2.15.0",
"react-native-gradle-plugin": "^0.71.19",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.3.1",
"ts-jest": "^29.1.1",
"turbo": "^1.10.16",
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion sample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
compileSdkVersion = 34
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.22"
kotlinVersion = "1.9.25"

}
repositories {
Expand Down
2 changes: 0 additions & 2 deletions sample/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
Expand Down
2 changes: 1 addition & 1 deletion sample/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion sample/android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions sample/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
rootProject.name = 'ReactNative'

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)

include ':app'
include ':react-native-config'

Expand Down
2 changes: 0 additions & 2 deletions sample/ios/ReactNative/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
</array>
</dict>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyTracking</key>
<false/>
</dict>
Expand Down
7 changes: 4 additions & 3 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.27.6",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native/babel-preset": "^0.74.83",
"@react-native/metro-config": "^0.73.3",
"@react-native/babel-preset": "^0.75.4",
"@react-native/metro-config": "^0.75.4",
"@types/react-native-vector-icons": "^6.4.18",
"babel-plugin-module-resolver": "^5.0.0"
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">= 18"
Expand Down
Loading
Loading