We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5a2ee commit 13747e9Copy full SHA for 13747e9
package.json
@@ -70,5 +70,5 @@
70
"node": ">=18"
71
},
72
"packageManager": "bun@1.1.0",
73
- "version": "0.2.0"
+ "version": "0.3.0"
74
}
packages/react-native-sandbox/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@callstack/react-native-sandbox",
3
- "version": "0.2.0",
+ "version": "0.3.0",
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