Initial commit
Sayfalar/logo.svg
0 → 100644
Sayfalar/resim/kirmizi.jpg
0 → 100644
6.26 KB
Sayfalar/search.js
0 → 100644
Sayfalar/tab-bar.js
0 → 100644
Sayfalar/x.svg
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -6,16 +6,34 @@ | ... | @@ -6,16 +6,34 @@ |
| "start": "expo start", | "start": "expo start", | ||
| "android": "expo start --android", | "android": "expo start --android", | ||
| "ios": "expo start --ios", | "ios": "expo start --ios", | ||
| "web": "expo start --web" | "web": "expo start --web", | ||
| "svgr": "svgr ./Sayfalar -d ./Sayfalar/ikonlar --native --svg-props className=" | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "expo": "~46.0.13", | "@react-navigation/bottom-tabs": "^6.4.0", | ||
| "@react-navigation/native": "^6.0.13", | |||
| "@react-navigation/native-stack": "^6.9.1", | |||
| "@react-navigation/stack": "^6.3.4", | |||
| "expo": "^44.0.6", | |||
| "expo-status-bar": "~1.4.0", | "expo-status-bar": "~1.4.0", | ||
| "react": "18.0.0", | "react": "17.0.1", | ||
| "react-native": "0.69.6" | "react-dom": "17.0.1", | ||
| "react-is": "16.8", | |||
| "react-native": "0.69.6", | |||
| "react-native-gesture-handler": "~2.1.0", | |||
| "react-native-reanimated": "~2.3.1", | |||
| "react-native-safe-area-context": "4.3.1", | |||
| "react-native-safe-area-view": "^1.1.1", | |||
| "react-native-screens": "~3.15.0", | |||
| "react-native-svg": "12.1.1", | |||
| "react-native-vector-icons": "^9.2.0", | |||
| "styled-component": "^2.8.0", | |||
| "styled-components": "^5.0.0", | |||
| "styled-system": "^5.1.5" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@babel/core": "^7.12.9" | "@babel/core": "^7.12.9", | ||
| "@svgr/cli": "^6.5.1" | |||
| }, | }, | ||
| "private": true | "private": true | ||
| } | } |