Files
react-native-web/.codesandbox/ci.json
Nicolas Gallagher 074861623e Fix workflows and monorepo deps
* Remove 'react' packages from monorepo dependencies.
* Ensure 'react-native-web' package is built first.
2022-07-02 12:35:12 -07:00

7 lines
190 B
JSON

{
"packages": ["packages/react-native-web", "packages/babel-plugin-react-native-web"],
"buildCommand": "build",
"sandboxes": ["/packages/react-native-web-examples/"],
"node": "16"
}