feat: init
Showing
.buckconfig
0 → 100644
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.watchmanconfig
0 → 100644
App.tsx
0 → 100644
__tests__/App-test.tsx
0 → 100644
android/app/_BUCK
0 → 100644
android/app/build.gradle
0 → 100644
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
File added
2.98 KB
4.91 KB
2.05 KB
2.79 KB
4.46 KB
6.93 KB
6.31 KB
10.4 KB
9.03 KB
15.2 KB
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
File added
android/gradlew
0 → 100644
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/Podfile
0 → 100644
ios/VtRnPreStudy/Info.plist
0 → 100644
ios/VtRnPreStudy/main.m
0 → 100644
metro.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "VtRnPreStudy", | |||
"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 . --ext .js,.jsx,.ts,.tsx" | |||
}, | |||
"dependencies": { | |||
"react": "16.13.1", | |||
"react-native": "0.63.4" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "^7.8.4", | |||
"@babel/runtime": "^7.8.4", | |||
"@react-native-community/eslint-config": "^1.1.0", | |||
"@types/jest": "^25.2.3", | |||
"@types/react-native": "^0.63.2", | |||
"@types/react-test-renderer": "^16.9.2", | |||
"babel-jest": "^25.1.0", | |||
"eslint": "^6.5.1", | |||
"jest": "^25.1.0", | |||
"metro-react-native-babel-preset": "^0.59.0", | |||
"react-test-renderer": "16.13.1", | |||
"typescript": "^3.8.3" | |||
}, | |||
"jest": { | |||
"preset": "react-native", | |||
"moduleFileExtensions": [ | |||
"ts", | |||
"tsx", | |||
"js", | |||
"jsx", | |||
"json", | |||
"node" | |||
] | |||
} | |||
} |
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.