Created
March 18, 2025 15:55
-
-
Save ansh/8eb27853aec0b6b9d1ce4a899ba4cdaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "template-app", | |
"version": "1.0.0", | |
"private": true, | |
"main": "index.ts", | |
"scripts": { | |
"start": "expo start", | |
"prebuild": "expo prebuild --clean --platform ios", | |
"prebuild:fast": "expo prebuild", | |
"android": "expo run:android", | |
"ios": "expo run:ios", | |
"web": "expo start --web" | |
}, | |
"dependencies": { | |
"@react-native-async-storage/async-storage": "1.23.1", | |
"@react-native-community/datetimepicker": "8.2.0", | |
"@react-native-community/netinfo": "11.4.1", | |
"@react-native-community/slider": "4.5.5", | |
"@react-native-masked-view/masked-view": "0.3.2", | |
"@react-native-menu/menu": "1.2.2", | |
"@react-native-picker/picker": "2.9.0", | |
"@react-native-segmented-control/segmented-control": "2.5.4", | |
"@react-navigation/bottom-tabs": "^7.2.0", | |
"@react-navigation/native": "^7.0.14", | |
"@react-navigation/stack": "^7.1.1", | |
"@shopify/flash-list": "1.7.3", | |
"@shopify/react-native-skia": "1.5.0", | |
"expo": "~52.0.37", | |
"expo-application": "~6.0.2", | |
"expo-av": "~15.0.2", | |
"expo-background-fetch": "~13.0.0", | |
"expo-battery": "~9.0.2", | |
"expo-blur": "~14.0.3", | |
"expo-brightness": "~13.0.3", | |
"expo-build-properties": "~0.13.2", | |
"expo-calendar": "~14.0.6", | |
"expo-camera": "~16.0.17", | |
"expo-cellular": "~7.0.2", | |
"expo-checkbox": "~4.0.1", | |
"expo-clipboard": "~7.0.1", | |
"expo-constants": "~17.0.7", | |
"expo-contacts": "~14.0.5", | |
"expo-dev-client": "~5.0.12", | |
"expo-device": "~7.0.2", | |
"expo-document-picker": "~13.0.3", | |
"expo-file-system": "~18.0.11", | |
"expo-haptics": "~14.0.1", | |
"expo-image": "~2.0.6", | |
"expo-image-manipulator": "~13.0.6", | |
"expo-image-picker": "~16.0.6", | |
"expo-insights": "~0.8.2", | |
"expo-keep-awake": "~14.0.3", | |
"expo-linear-gradient": "~14.0.2", | |
"expo-linking": "~7.0.5", | |
"expo-live-photo": "^0.0.2", | |
"expo-location": "~18.0.7", | |
"expo-mail-composer": "~14.0.2", | |
"expo-maps": "^0.7.3", | |
"expo-media-library": "~17.0.6", | |
"expo-network": "~7.0.5", | |
"expo-network-addons": "~0.7.2", | |
"expo-notifications": "~0.29.13", | |
"expo-sensors": "~14.0.2", | |
"expo-sms": "~13.0.1", | |
"expo-speech": "~13.0.1", | |
"expo-splash-screen": "~0.29.22", | |
"expo-sqlite": "~15.1.2", | |
"expo-status-bar": "~2.0.0", | |
"expo-symbols": "~0.2.2", | |
"expo-system-ui": "~4.0.0", | |
"expo-video": "~2.0.5", | |
"expo-web-browser": "~14.0.2", | |
"lottie-react-native": "7.1.0", | |
"react": "18.3.1", | |
"react-native": "0.76.7", | |
"react-native-gesture-handler": "~2.22.0", | |
"react-native-ios-context-menu": "3.1.0", | |
"react-native-ios-utilities": "5.1.2", | |
"react-native-pager-view": "6.5.1", | |
"react-native-reanimated": "~3.16.7", | |
"react-native-safe-area-context": "5.1.0", | |
"react-native-screens": "~4.5.0", | |
"react-native-svg": "15.11.1", | |
"react-native-view-shot": "~4.0.3", | |
"react-native-vision-camera": "^4.6.4", | |
"react-native-webview": "13.12.5", | |
"zeego": "^3.0.3" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.25.2", | |
"@types/react": "~18.3.12", | |
"babel-plugin-module-resolver": "^5.0.2", | |
"typescript": "^5.3.3" | |
}, | |
"expo": { | |
"install": { | |
"exclude": [ | |
"react-native@~0.76.6", | |
"react-native-reanimated@~3.16.1", | |
"react-native-gesture-handler@~2.20.0", | |
"react-native-screens@~4.4.0", | |
"react-native-safe-area-context@~4.12.0", | |
"react-native-webview@~13.12.5" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment