Initial commit
Generated by react-native@0.81.1
parents
Showing
.bundle/config
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
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.6.10" | ||
| # Exclude problematic versions of cocoapods and activesupport that causes build failures. | ||
| gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' | ||
| gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' | ||
| gem 'xcodeproj', '< 1.26.0' | ||
| gem 'concurrent-ruby', '< 1.3.4' | ||
| # Ruby 3.4.0 has removed some libraries from the standard library. | ||
| gem 'bigdecimal' | ||
| gem 'logger' | ||
| gem 'benchmark' | ||
| gem 'mutex_m' |
Gemfile.lock
0 → 100644
README.md
0 → 100644
__tests__/App.test.tsx
0 → 100644
android/app/build.gradle
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
babel.config.js
0 → 100644
index.js
0 → 100644
ios/.xcode.env
0 → 100644
ios/Podfile
0 → 100644
ios/Podfile.lock
0 → 100644
ios/whoscall/Info.plist
0 → 100644
jest.config.js
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": "whoscall", | ||
| "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": "19.1.0", | ||
| "react-native": "0.81.1", | ||
| "@react-native/new-app-screen": "0.81.1", | ||
| "react-native-safe-area-context": "^5.5.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^7.25.2", | ||
| "@babel/preset-env": "^7.25.3", | ||
| "@babel/runtime": "^7.25.0", | ||
| "@react-native-community/cli": "20.0.0", | ||
| "@react-native-community/cli-platform-android": "20.0.0", | ||
| "@react-native-community/cli-platform-ios": "20.0.0", | ||
| "@react-native/babel-preset": "0.81.1", | ||
| "@react-native/eslint-config": "0.81.1", | ||
| "@react-native/metro-config": "0.81.1", | ||
| "@react-native/typescript-config": "0.81.1", | ||
| "@types/jest": "^29.5.13", | ||
| "@types/react": "^19.1.0", | ||
| "@types/react-test-renderer": "^19.1.0", | ||
| "eslint": "^8.19.0", | ||
| "jest": "^29.6.3", | ||
| "prettier": "2.8.8", | ||
| "react-test-renderer": "19.1.0", | ||
| "typescript": "^5.8.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=20" | ||
| } | ||
| } | ||
| \ No newline at end of file |
tsconfig.json
0 → 100644