@ssgoi/react-native 7.1.3-beta.5 → 7.3.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Experimental SSGOI screen transitions for React Native. `fade` and `slide` share the web route matcher, physics integrators, timeline simulation, and motion geometry. Reanimated plays the numerical timelines on the UI thread.
|
|
4
4
|
|
|
5
|
-
This is the experimental first milestone in [#402](https://github.com/meursyphus/ssgoi/issues/402), published in lockstep with the web packages. A stable package version does not imply production-ready native support. Start with [`templates/expo`](https://github.com/meursyphus/ssgoi/tree/v7.
|
|
5
|
+
This is the experimental first milestone in [#402](https://github.com/meursyphus/ssgoi/issues/402), published in lockstep with the web packages. A stable package version does not imply production-ready native support. Start with [`templates/expo`](https://github.com/meursyphus/ssgoi/tree/v7.2.0/templates/expo) from the matching release for the supported dependency baseline and device checks.
|
|
6
6
|
|
|
7
7
|
## Expo Router
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssgoi/react-native",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.0-beta.1",
|
|
4
4
|
"description": "React Native screen transitions for SSGOI with optional Expo Router integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"standard-navigation": "0.0.9",
|
|
28
|
-
"@ssgoi/core": "^7.
|
|
28
|
+
"@ssgoi/core": "^7.3.0-beta.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"react": "^19.2.3",
|