init RN 以及增加測試 RNFirebase 檔案
Showing
.gitignore
0 → 100644
App.js
0 → 100644
__tests__/App-test.js
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 → 100755
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
appConfig.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/GoogleService-Info.plist
0 → 100644
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
This diff is collapsed.
ios/RN614-tvOS/Info.plist
0 → 100644
This diff is collapsed.
ios/RN614/AppDelegate.h
0 → 100644
ios/RN614/AppDelegate.m
0 → 100644
1.06 KB
3.1 KB
5.78 KB
1.87 KB
5.44 KB
9.74 KB
3.1 KB
8.65 KB
15.5 KB
5.32 KB
14.4 KB
5.78 KB
15.5 KB
29.6 KB
7.35 KB
20.4 KB
8 KB
22.4 KB
42.9 KB
26.1 KB
4.38 KB
11.9 KB
927 KB
254 KB
400 KB
997 KB
12.1 KB
210 KB
89.4 KB
403 KB
778 KB
ios/RN614/Info.plist
0 → 100644
ios/RN614/main.m
0 → 100644
ios/RN614Tests/Info.plist
0 → 100644
ios/RN614Tests/RN614Tests.m
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "RN614", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"start": "react-native start --reset-cache", | ||
"start-ios": "npx react-native run-ios --simulator \"iPhone 8\"", | ||
"start-android": "npm cache clean --force && adb reverse tcp:8081 tcp:8081 && npx react-native run-android", | ||
"test": "jest", | ||
"lint": "eslint .", | ||
"bundle-android": "echo \"bundle-android\"", | ||
"build-thread-ios": "echo \"build-thread-ios\"", | ||
"build-thread-android": "echo \"build-thread-android\"" | ||
}, | ||
"dependencies": { | ||
"react": "16.9.0", | ||
"react-native": "0.61.5", | ||
"react-native-firebase": "^5.6.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.7.7", | ||
"@babel/runtime": "^7.7.7", | ||
"@react-native-community/eslint-config": "^0.0.5", | ||
"babel-jest": "^24.9.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^24.9.0", | ||
"metro-react-native-babel-preset": "^0.57.0", | ||
"react-test-renderer": "16.9.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
src/configs/index.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.