28 lines
532 B
JSON
28 lines
532 B
JSON
{
|
|
"name": "follow-native-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"start": "expo start",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^52.0.0",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/react": "~18.3.12",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"expo": {
|
|
"autolinking": {
|
|
"nativeModulesDir": ".."
|
|
}
|
|
}
|
|
}
|