Skip to content

Commit d4a7026

Browse files
Chore/support rn 0.85 (#1016)
1 parent 51c880c commit d4a7026

25 files changed

Lines changed: 2016 additions & 2394 deletions

File tree

apps/common-app/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"@react-navigation/native": "^7.1.22",
1212
"@react-navigation/native-stack": "^7.3.28",
1313
"@react-navigation/stack": "^7.4.10",
14-
"@shopify/react-native-skia": "2.5.0",
14+
"@shopify/react-native-skia": "2.6.2",
1515
"lucide-react-native": "^0.555.0",
1616
"react-native-audio-api": "workspace:*",
1717
"react-native-background-timer": "2.4.1",
18-
"react-native-gesture-handler": "2.30.0",
19-
"react-native-reanimated": "4.2.2",
18+
"react-native-gesture-handler": "2.31.1",
19+
"react-native-reanimated": "4.3.0",
2020
"react-native-safe-area-context": "5.7.0",
2121
"react-native-screens": "4.24.0",
22-
"react-native-svg": "15.15.3",
23-
"react-native-worklets": "0.7.4"
22+
"react-native-svg": "15.15.4",
23+
"react-native-worklets": "0.8.1"
2424
},
2525
"devDependencies": {
2626
"@babel/core": "^7.25.2",
@@ -29,10 +29,10 @@
2929
"@react-native-community/cli": "20.1.0",
3030
"@react-native-community/cli-platform-android": "20.1.0",
3131
"@react-native-community/cli-platform-ios": "20.1.0",
32-
"@react-native/babel-preset": "0.84.1",
33-
"@react-native/eslint-config": "0.84.1",
34-
"@react-native/metro-config": "0.84.1",
35-
"@react-native/typescript-config": "0.84.1",
32+
"@react-native/babel-preset": "0.85.0",
33+
"@react-native/eslint-config": "0.85.0",
34+
"@react-native/metro-config": "0.85.0",
35+
"@react-native/typescript-config": "0.85.0",
3636
"@types/jest": "^29.5.13",
3737
"@types/react": "^19.2.0",
3838
"@types/react-native-background-timer": "^2.0.2",
@@ -41,7 +41,7 @@
4141
"jest": "^29.6.3",
4242
"prettier": "^3.3.3",
4343
"react": "19.2.3",
44-
"react-native": "0.84.1",
44+
"react-native": "0.85.0",
4545
"react-test-renderer": "19.2.3",
4646
"typescript": "~5.8.3"
4747
}

apps/common-app/src/App.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,7 @@ const OtherScreen: FC = () => {
8989
return <Container headless />;
9090
};
9191

92-
const MainTabs = createBottomTabNavigator<MainStackProps>({
93-
screens: {
94-
Tests: TestsScreen,
95-
DemoApps: DemoAppsScreen,
96-
Other: OtherScreen,
97-
},
98-
});
92+
const MainTabs = createBottomTabNavigator<MainStackProps>();
9993

10094
const tabBarIcon = ({
10195
routeName,

apps/fabric-example/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

apps/fabric-example/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-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

apps/fabric-example/android/gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fabric-example/android/gradlew.bat

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

0 commit comments

Comments
 (0)