Add codesandbox CI integration for PRs

Close #2317
This commit is contained in:
yuxizhe
2022-06-28 21:02:50 +08:00
committed by Nicolas Gallagher
parent ae6ddec452
commit 689f5a33f1
+6
View File
@@ -0,0 +1,6 @@
{
"packages": ["packages/react-native-web", "packages/babel-plugin-react-native-web"],
"buildCommand": "compile",
"sandboxes": ["/packages/examples/"],
"node": "16"
}