Files
react-native-web/packages/react-native-web-examples/package.json
T
Eddie Kimmel 9868738604 [change] React 18 support
* Support React 18 concurrency and constraints.
* Add new render / hydrate functions.
* Remove uses of findNodeHandle.
* Expose ability to unmount an application once ran.

Fix #1529
Close #2330
2023-03-20 12:25:10 -07:00

23 lines
473 B
JSON

{
"private": true,
"name": "react-native-web-examples",
"version": "0.18.12",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"babel-plugin-react-native-web": "0.18.12",
"next": "^12.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native-web": "0.18.12"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-flow": "^7.18.6"
},
"license": "MIT"
}