mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-06 06:36:13 +00:00
* Remove 'react' packages from monorepo dependencies. * Ensure 'react-native-web' package is built first.
7 lines
190 B
JSON
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"
|
|
}
|