Initial commit
ios/.xcode.env
0 → 100644
ios/Podfile
0 → 100644
This diff is collapsed.
ios/ex10/AppDelegate.h
0 → 100644
ios/ex10/AppDelegate.mm
0 → 100644
ios/ex10/Info.plist
0 → 100644
ios/ex10/main.m
0 → 100644
ios/ex10Tests/Info.plist
0 → 100644
ios/ex10Tests/ex10Tests.m
0 → 100644
metro.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ex10", | ||
"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 ." | ||
}, | ||
"dependencies": { | ||
"@react-navigation/bottom-tabs": "^6.4.0", | ||
"@react-navigation/native": "^6.0.13", | ||
"@react-navigation/stack": "^6.3.4", | ||
"react": "18.1.0", | ||
"react-native": "0.70.4", | ||
"react-native-gesture-handler": "^2.8.0", | ||
"react-native-reanimated": "^2.12.0", | ||
"react-native-safe-area-context": "^4.4.1", | ||
"react-native-screens": "^3.18.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
"@babel/runtime": "^7.12.5", | ||
"@react-native-community/eslint-config": "^2.0.0", | ||
"babel-jest": "^26.6.3", | ||
"eslint": "^7.32.0", | ||
"jest": "^26.6.3", | ||
"metro-react-native-babel-preset": "0.72.3", | ||
"react-test-renderer": "18.1.0" | ||
}, | ||
"jest": { | ||
"preset": "react-native" | ||
} | ||
} |
Please register or sign in to comment