Skip to content

Commit

Permalink
Update react-native-screens from 3.30.1 to 3.32.0
Browse files Browse the repository at this point in the history
- Fixes: Title truncated on NewNominationScreen by long back button title instead of "Back"
  - Introduced during the RN73 upgrade
  - software-mansion/react-native-screens#1589
  - software-mansion/react-native-screens#2105
  - https://github.com/software-mansion/react-native-screens/releases/tag/3.32.0
  • Loading branch information
High5Apps committed Jun 25, 2024
1 parent f1ac6fd commit f064ec9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
10 changes: 8 additions & 2 deletions ios/Organize.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,10 @@
"-DFOLLY_USE_LIBCPP=1",
"-DFOLLY_CFG_NO_COROUTINES=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -798,7 +801,10 @@
"-DFOLLY_USE_LIBCPP=1",
"-DFOLLY_CFG_NO_COROUTINES=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down
5 changes: 3 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1127,10 +1127,11 @@ PODS:
- React-Core
- RNDateTimePicker (7.6.4):
- React-Core
- RNScreens (3.30.1):
- RNScreens (3.32.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- React-RCTImage
- RNSVG (14.1.0):
- React-Core
- SocketRocket (0.6.1)
Expand Down Expand Up @@ -1429,7 +1430,7 @@ SPEC CHECKSUMS:
ReactCommon: 2aa35648354bd4c4665b9a5084a7d37097b89c10
RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c
RNDateTimePicker: 08f00a2c341bf96e4b30da15799fbdd4c5fa48a3
RNScreens: b6b64d956af3715adbfe84808694ae82d3fec74f
RNScreens: e842cdccb23c0a084bd6307f6fa83fd1c1738029
RNSVG: ba3e7232f45e34b7b47e74472386cf4e1a676d0a
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: 5787602f86d8521f17af0e606259b6d367754e74
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-native-pager-view": "^6.2.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.28.0",
"react-native-screens": "^3.32.0",
"react-native-svg": "^14.0.0",
"react-native-tab-view": "^3.5.2",
"react-native-url-polyfill": "^1.3.0",
Expand Down

0 comments on commit f064ec9

Please sign in to comment.