mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
817d4edb75
* chore: upgrade to Yarn 4 * chore: upgrade examples/basic * chore: add git ignores * chore: upgrade website yarn * chore: fix yarn scripts * chore: git ignore tweaks * chore: git ignore tweaks
32 lines
792 B
JSON
32 lines
792 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject",
|
|
"test": "jest",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^49.0.0",
|
|
"expo-status-bar": "~1.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.72.4",
|
|
"react-native-web": "~0.19.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@testing-library/jest-native": "^5.4.3",
|
|
"@testing-library/react-native": "^12.3.2",
|
|
"@types/react": "~18.2.14",
|
|
"jest": "^29.7.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"private": true,
|
|
"packageManager": "yarn@4.0.1"
|
|
}
|