Initial commit
ios/ex11/AppDelegate.h
0 → 100644
ios/ex11/AppDelegate.mm
0 → 100644
ios/ex11/Info.plist
0 → 100644
ios/ex11/main.m
0 → 100644
ios/ex11Tests/Info.plist
0 → 100644
ios/ex11Tests/ex11Tests.m
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "ex11", | |||
"version": "0.0.1", | |||
"private": true, | |||
"scripts": { | |||
"android": "react-native run-android", | |||
"ios": "react-native run-ios", | |||
"start": "react-native start", | |||
"test": "jest", | |||
"lint": "eslint ." | |||
}, | |||
"dependencies": { | |||
"react": "18.1.0", | |||
"react-native": "0.70.1" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.12.9", | |||
"@babel/runtime": "^7.12.5", | |||
"@react-native-community/eslint-config": "^2.0.0", | |||
"babel-jest": "^26.6.3", | |||
"eslint": "^7.32.0", | |||
"jest": "^26.6.3", | |||
"metro-react-native-babel-preset": "^0.72.1", | |||
"react-test-renderer": "18.1.0" | |||
}, | |||
"jest": { | |||
"preset": "react-native" | |||
} | |||
} |
Please register or sign in to comment