Skip to content

Commit 24f0157

Browse files
committed
0.75.5
1 parent 9cb7feb commit 24f0157

12 files changed

Lines changed: 1452 additions & 687 deletions

File tree

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@babel/core": "^7.20.0",
2929
"@babel/preset-env": "^7.20.0",
3030
"@babel/runtime": "^7.27.6",
31-
"@react-native/babel-preset": "0.74.83",
32-
"@react-native/eslint-config": "0.74.83",
33-
"@react-native/metro-config": "0.74.83",
34-
"@react-native/typescript-config": "0.74.83",
31+
"@react-native/babel-preset": "0.75.5",
32+
"@react-native/eslint-config": "0.75.5",
33+
"@react-native/metro-config": "0.75.5",
34+
"@react-native/typescript-config": "0.75.5",
3535
"@tsconfig/react-native": "^3.0.6",
3636
"@types/jest": "^30.0.0",
3737
"@types/react": "^18",
@@ -42,8 +42,8 @@
4242
"eslint-plugin-prettier": "^5.5.1",
4343
"jest": "^30.0.3",
4444
"prettier": "^3.2.5",
45-
"react": "^18.2.0",
46-
"react-native": "0.74.1",
45+
"react": "18.3.1",
46+
"react-native": "0.75.5",
4747
"react-native-dotenv": "^3.4.9",
4848
"react-native-gesture-handler": "^2.15.0",
4949
"react-native-gradle-plugin": "^0.71.19",
@@ -78,6 +78,5 @@
7878
"@typescript-eslint/consistent-type-imports": "error",
7979
"no-console": "error"
8080
}
81-
},
82-
"packageManager": "yarn@4.4.1"
81+
}
8382
}

sample/Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '1.16.2'
6+
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
7+
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
8+
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '<= 1.3.4'
711
gem 'cocoapods-check', '1.1.0'
8-
gem 'activesupport', '>= 6.1.7.5', '< 7.3.0'

sample/Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ GEM
2727
benchmark (0.4.1)
2828
bigdecimal (3.2.2)
2929
claide (1.1.0)
30-
cocoapods (1.16.2)
30+
cocoapods (1.15.2)
3131
addressable (~> 2.8)
3232
claide (>= 1.0.2, < 2.0)
33-
cocoapods-core (= 1.16.2)
33+
cocoapods-core (= 1.15.2)
3434
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3535
cocoapods-downloader (>= 2.1, < 3.0)
3636
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -44,10 +44,10 @@ GEM
4444
molinillo (~> 0.8.0)
4545
nap (~> 1.0)
4646
ruby-macho (>= 2.3.0, < 3.0)
47-
xcodeproj (>= 1.27.0, < 2.0)
47+
xcodeproj (>= 1.23.0, < 2.0)
4848
cocoapods-check (1.1.0)
4949
cocoapods (~> 1.0)
50-
cocoapods-core (1.16.2)
50+
cocoapods-core (1.15.2)
5151
activesupport (>= 5.0, < 8)
5252
addressable (~> 2.8)
5353
algoliasearch (~> 1.0)
@@ -67,7 +67,7 @@ GEM
6767
netrc (~> 0.11)
6868
cocoapods-try (1.2.0)
6969
colored2 (3.1.2)
70-
concurrent-ruby (1.3.5)
70+
concurrent-ruby (1.3.4)
7171
connection_pool (2.5.3)
7272
drb (2.2.3)
7373
escape (0.0.4)
@@ -86,7 +86,7 @@ GEM
8686
minitest (5.25.5)
8787
molinillo (0.8.0)
8888
mutex_m (0.3.0)
89-
nanaimo (0.4.0)
89+
nanaimo (0.3.0)
9090
nap (1.1.0)
9191
netrc (0.11.0)
9292
nkf (0.2.0)
@@ -98,21 +98,23 @@ GEM
9898
ethon (>= 0.9.0)
9999
tzinfo (2.0.6)
100100
concurrent-ruby (~> 1.0)
101-
xcodeproj (1.27.0)
101+
xcodeproj (1.25.1)
102102
CFPropertyList (>= 2.3.3, < 4.0)
103103
atomos (~> 0.1.3)
104104
claide (>= 1.0.2, < 2.0)
105105
colored2 (~> 3.1)
106-
nanaimo (~> 0.4.0)
106+
nanaimo (~> 0.3.0)
107107
rexml (>= 3.3.6, < 4.0)
108108

109109
PLATFORMS
110110
ruby
111111

112112
DEPENDENCIES
113-
activesupport (>= 6.1.7.5, < 7.3.0)
114-
cocoapods (= 1.16.2)
113+
activesupport (>= 6.1.7.5, != 7.1.0)
114+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
115115
cocoapods-check (= 1.1.0)
116+
concurrent-ruby (<= 1.3.4)
117+
xcodeproj (< 1.26.0)
116118

117119
RUBY VERSION
118120
ruby 3.1.2p20

sample/android/app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ react {
4747

4848
/* Hermes Commands */
4949
// The hermes compiler command to run. By default it is 'hermesc'
50-
hermesCommand = "../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
50+
hermesCommand = "../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
5151
//
5252
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
53-
hermesFlags = ["-O", "-output-source-map"]
53+
hermesFlags = ["-O", "-output-source-map"]
54+
55+
/* Autolinking */
56+
autolinkLibrariesWithApp()
5457
}
5558

5659
/**
@@ -143,8 +146,6 @@ project.ext.vectoricons = [
143146

144147
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
145148

146-
apply from: file("../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)
147-
148149
apply from: project(':react-native-config').projectDir.getPath() + "/dotenv.gradle"
149150

150151
def properties = loadProperties()

sample/android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ buildscript {
66
compileSdkVersion = 34
77
targetSdkVersion = 34
88
ndkVersion = "26.1.10909125"
9-
kotlinVersion = "1.9.22"
10-
9+
kotlinVersion = "1.9.25"
1110
}
1211
repositories {
1312
google()

sample/android/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m
2323
# Android operating system, and which are packaged with your app's APK
2424
# https://developer.android.com/topic/libraries/support-library/androidx-rn
2525
android.useAndroidX=true
26-
# Automatically convert third-party libraries to use AndroidX
27-
android.enableJetifier=true
2826

2927
# Use this property to specify which architecture you want to build.
3028
# You can also override it from the CLI using

sample/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

sample/android/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/android/settings.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
rootProject.name = 'ReactNative'
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() }
24

3-
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
5+
rootProject.name = 'ReactNative'
46

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

0 commit comments

Comments
 (0)