init
parents
Showing
.buckconfig
0 → 100644
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
.ruby-version
0 → 100644
.watchmanconfig
0 → 100644
App.tsx
0 → 100644
Gemfile
0 → 100644
source 'https://rubygems.org' | ||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby '2.7.5' | ||
gem 'cocoapods', '~> 1.11', '>= 1.11.2' |
__tests__/App-test.tsx
0 → 100644
android/app/_BUCK
0 → 100644
android/app/build.gradle
0 → 100644
This diff is collapsed.
Click to expand it.
android/app/build_defs.bzl
0 → 100644
android/app/debug.keystore
0 → 100644
File added
android/app/proguard-rules.pro
0 → 100644
android/app/src/debug/AndroidManifest.xml
0 → 100644
android/app/src/main/AndroidManifest.xml
0 → 100644
android/app/src/main/jni/Android.mk
0 → 100644
android/app/src/main/jni/OnLoad.cpp
0 → 100644

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/app/src/main/res/values/strings.xml
0 → 100644
android/app/src/main/res/values/styles.xml
0 → 100644
android/build.gradle
0 → 100644
android/gradle.properties
0 → 100644
android/gradle/wrapper/gradle-wrapper.jar
0 → 100644
File added
android/gradlew
0 → 100755
android/gradlew.bat
0 → 100644
android/settings.gradle
0 → 100644
app.json
0 → 100644
babel.config.js
0 → 100644
index.js
0 → 100644
ios/MyApp.xcodeproj/project.pbxproj
0 → 100644
This diff is collapsed.
Click to expand it.
ios/MyApp/AppDelegate.h
0 → 100644
ios/MyApp/AppDelegate.mm
0 → 100644
ios/MyApp/Images.xcassets/Contents.json
0 → 100644
ios/MyApp/Info.plist
0 → 100644
ios/MyApp/LaunchScreen.storyboard
0 → 100644
ios/MyApp/main.m
0 → 100644
ios/MyAppTests/Info.plist
0 → 100644
ios/MyAppTests/MyAppTests.m
0 → 100644
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
This diff is collapsed.
Click to expand it.
ios/_xcode.env
0 → 100644
metro.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "myapp", | ||
"version": "0.0.1", | ||
"private": true, | ||
"scripts": { | ||
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug", | ||
"build-android": "cd ./android && ./gradlew app:assembleRelease", | ||
"clean-android": "cd ./android && ./gradlew clean && cd .. && npx react-native bundle --platform android --dev false --entry-file index.js --reset-cache --bundle-output android/app/src/main/assets/index.android.bundle", | ||
"ios": "react-native run-ios", | ||
"start": "react-native start", | ||
"test": "jest", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
"postinstall": "npx typesync", | ||
"pod": "pod install --project-directory=ios" | ||
}, | ||
"dependencies": { | ||
"react": "18.0.0", | ||
"react-native": "0.69.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
"@babel/runtime": "^7.12.5", | ||
"@react-native-community/eslint-config": "^2.0.0", | ||
"@tsconfig/react-native": "^2.0.2", | ||
"@types/jest": "^26.0.23", | ||
"@types/react-native": "^0.69.5", | ||
"@types/react-test-renderer": "^18.0.0", | ||
"@typescript-eslint/eslint-plugin": "^5.29.0", | ||
"@typescript-eslint/parser": "^5.29.0", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.32.0", | ||
"jest": "^26.6.3", | ||
"metro-react-native-babel-preset": "^0.70.3", | ||
"react-test-renderer": "18.0.0", | ||
"typescript": "^4.4.4" | ||
}, | ||
"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.
Please
register
or
sign in
to comment