Skip to content

Instantly share code, notes, and snippets.

@marcosouz4
Created December 5, 2024 14:18
Expo - Package.json
{
"name": "app-rn-benchmark",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "52.0.14",
"expo-dev-client": "~5.0.5",
"expo-status-bar": "2.0.0",
"lottie-react-native": "7.1.0",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-reanimated": "~3.16.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@types/react": "18.3.12",
"typescript": "5.7.2"
},
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment