We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd68686 commit 9ce2d4aCopy full SHA for 9ce2d4a
package.json
@@ -77,5 +77,5 @@
77
"node": ">=18"
78
},
79
"packageManager": "bun@1.1.0",
80
- "version": "0.4.0"
+ "version": "0.4.1"
81
}
packages/react-native-sandbox/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@callstack/react-native-sandbox",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "A component to run multiple React Native instances side-by-side.",
5
"main": "lib/commonjs/index.js",
6
"module": "lib/module/index.js",
0 commit comments