Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.6.0-beta.0 #2625

Merged
merged 3 commits into from
Jan 16, 2025
Merged
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
4 changes: 2 additions & 2 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (4.5.0):
- RNScreens (4.6.0-beta.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1930,7 +1930,7 @@ SPEC CHECKSUMS:
ReactCommon: f579a0130fb73a351de4723fb33d277c5bf3283d
RNGestureHandler: 8b33b2c5688a54fcce223d184753757da498235c
RNReanimated: 10df3198b328f8a0677fdaaa2b449db53cdbff40
RNScreens: 81237378a6d7921fb2dbb6a6c6c45c3d8cc696bb
RNScreens: 208b4f00b0aa26af8206d7a1f82854b6c4ab375e
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0c8754b0ea9edb13b6ce6b60f0f69eb5f164f16a

Expand Down
8 changes: 4 additions & 4 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (4.5.0):
- RNScreens (4.6.0-beta.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1696,9 +1696,9 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNScreens/common (= 4.5.0)
- RNScreens/common (= 4.6.0-beta.0)
- Yoga
- RNScreens/common (4.5.0):
- RNScreens/common (4.6.0-beta.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2017,7 +2017,7 @@ SPEC CHECKSUMS:
ReactCommon: f579a0130fb73a351de4723fb33d277c5bf3283d
RNGestureHandler: 4e7defe5095e936424173fc75f0bf2af5bba8e23
RNReanimated: ef80cf675203a39bb5e5464234cb08a0f0040ac2
RNScreens: d0854539b51a53e38b61bcc9fb402439a9c73b26
RNScreens: 00ea17b3d4c464ed25a2091ddf32cb16537a427a
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: 0c8754b0ea9edb13b6ce6b60f0f69eb5f164f16a

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-screens",
"version": "4.5.0",
"version": "4.6.0-beta.0",
"description": "Native navigation primitives for your React Native app.",
"scripts": {
"submodules": "git submodule update --init --recursive && (cd react-navigation && yarn && yarn build && cd ../)",
Expand Down
Loading