Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified template/App.tsx
100755 → 100644
Empty file.
Empty file modified template/__tests__/App-test.tsx
100755 → 100644
Empty file.
Empty file modified template/_buckconfig
100755 → 100644
Empty file.
Empty file modified template/_eslintrc.js
100755 → 100644
Empty file.
Empty file modified template/_gitattributes
100755 → 100644
Empty file.
Empty file modified template/_prettierrc.js
100755 → 100644
Empty file.
Empty file modified template/_watchmanconfig
100755 → 100644
Empty file.
Empty file modified template/android/app/build_defs.bzl
100755 → 100644
Empty file.
Empty file modified template/android/app/debug.keystore
100755 → 100644
Empty file.
Empty file modified template/android/app/proguard-rules.pro
100755 → 100644
Empty file.
Empty file modified template/android/app/src/debug/AndroidManifest.xml
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified template/android/app/src/main/res/mipmap-hdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified template/android/app/src/main/res/mipmap-mdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified template/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified template/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified template/android/app/src/main/res/values/styles.xml
100755 → 100644
Empty file.
Empty file modified template/android/build.gradle
100755 → 100644
Empty file.
Empty file modified template/android/gradle.properties
100755 → 100644
Empty file.
Empty file modified template/android/gradle/wrapper/gradle-wrapper.jar
100755 → 100644
Empty file.
Empty file modified template/android/gradle/wrapper/gradle-wrapper.properties
100755 → 100644
Empty file.
Empty file modified template/android/gradlew.bat
100755 → 100644
Empty file.
Empty file modified template/app.json
100755 → 100644
Empty file.
Empty file modified template/babel.config.js
100755 → 100644
Empty file.
Empty file modified template/index.js
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld-tvOS/Info.plist
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld-tvOSTests/Info.plist
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld.xcodeproj/project.pbxproj
100755 → 100644
Empty file.
Empty file.
Empty file.
Empty file modified template/ios/HelloWorld/AppDelegate.h
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld/AppDelegate.m
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld/Base.lproj/LaunchScreen.xib
100755 → 100644
Empty file.
Empty file.
Empty file modified template/ios/HelloWorld/Images.xcassets/Contents.json
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld/Info.plist
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorld/main.m
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorldTests/HelloWorldTests.m
100755 → 100644
Empty file.
Empty file modified template/ios/HelloWorldTests/Info.plist
100755 → 100644
Empty file.
Empty file modified template/ios/Podfile
100755 → 100644
Empty file.
Empty file modified template/metro.config.js
100755 → 100644
Empty file.
22 changes: 11 additions & 11 deletions template/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"test": "jest"
},
"dependencies": {
"react": "16.8.1",
"react": "16.9.0",
"react-native": "0.61.1"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^24.0.18",
"@types/react": "16.8.19",
"@types/react-native": "0.60.15",
"@types/react-test-renderer": "16.8.1",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.51.1",
"react-test-renderer": "16.8.1",
"@types/react": "16.9.0",
"@types/react-native": "^0.60.17",
"@types/react-test-renderer": "16.9.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "^3.6.3"
},
"jest": {
Expand Down