[V1.0] Working application, added notifications.
Ready to upload to store.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -34,7 +34,9 @@
|
||||
"react-native-screens": "~4.4.0",
|
||||
"react-native-vector-icons": "^10.2.0",
|
||||
"react-native-web": "~0.19.13",
|
||||
"expo-dev-client": "~5.0.20"
|
||||
"expo-dev-client": "~5.0.20",
|
||||
"expo-notifications": "~0.29.14",
|
||||
"expo-device": "~7.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.25.2",
|
||||
|
||||
Reference in New Issue
Block a user