Skip to content

Commit 7e6dc08

Browse files
committed
chore: upgrade react-native-tab-view to version 4.3.0 and update related dependencies
1 parent 8b1acc3 commit 7e6dc08

3 files changed

Lines changed: 40 additions & 80 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1111
- We migrated from `react-native-vector-icons` to the scoped `@react-native-vector-icons/*` package set.
1212
- We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations.
1313
- We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList.
14+
- We upgraded `react-native-tab-view` from 3.5.2 to 4.3.0.
1415
- Fix the iOS builds crashing when building with Xcode 26.
1516

1617
## [17.0.4] - 2026-01-22
@@ -98,10 +99,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9899

99100
- We have updated React Navigation to V7
100101
- We have updated the following additional dependencies:
101-
react-native-reanimated to 3.16.1
102-
react-native-screens to 4.4.0
103-
react-native-image-picker to 7.2.3
104-
@react-native-community/netinfo to 11.4.1
102+
react-native-reanimated to 3.16.1
103+
react-native-screens to 4.4.0
104+
react-native-image-picker to 7.2.3
105+
@react-native-community/netinfo to 11.4.1
105106
- We're now using @gorhom/bottom-sheet for bottom sheet implementation
106107
- We have added the option to enable or disable cookie encryption for Android devices.
107108

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"react-native-screens": "4.24.0",
3838
"react-native-bootsplash": "6.3.12",
3939
"react-native-svg": "15.15.3",
40-
"react-native-tab-view": "3.5.2",
40+
"react-native-tab-view": "4.3.0",
4141
"@react-native-vector-icons/common": "12.4.0",
4242
"@react-native-vector-icons/ant-design": "12.4.1",
4343
"@react-native-vector-icons/entypo": "12.4.1",
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@babel/runtime": "^7.28.4",
6262
"@mendix/native-mobile-toolkit": "latest",
63-
"@react-native/babel-preset": "0.83.2",
64-
"@react-native/metro-config": "0.83.2",
63+
"@react-native/babel-preset": "0.83.4",
64+
"@react-native/metro-config": "0.83.4",
6565
"jetifier": "^1.6.8",
6666
"patch-package": "^8.0.1"
6767
},

0 commit comments

Comments
 (0)