Initial commit
parents
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "MyIdSample", | ||
| "version": "0.0.1", | ||
| "private": true, | ||
| "scripts": { | ||
| "android": "react-native run-android", | ||
| "ios": "react-native run-ios", | ||
| "lint": "eslint .", | ||
| "start": "react-native start", | ||
| "test": "jest" | ||
| }, | ||
| "dependencies": { | ||
| "react": "18.2.0", | ||
| "react-native": "0.71.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.20.0", | ||
| "@babel/preset-env": "^7.20.0", | ||
| "@babel/runtime": "^7.20.0", | ||
| "@react-native-community/eslint-config": "^3.2.0", | ||
| "@tsconfig/react-native": "^2.0.2", | ||
| "@types/jest": "^29.2.1", | ||
| "@types/react": "^18.0.24", | ||
| "@types/react-test-renderer": "^18.0.0", | ||
| "babel-jest": "^29.2.1", | ||
| "eslint": "^8.19.0", | ||
| "jest": "^29.2.1", | ||
| "metro-react-native-babel-preset": "0.73.9", | ||
| "prettier": "^2.4.1", | ||
| "react-test-renderer": "18.2.0", | ||
| "typescript": "4.8.4" | ||
| }, | ||
| "jest": { | ||
| "preset": "react-native" | ||
| } | ||
| } |
tsconfig.json
0 → 100644
Please register or sign in to comment