Skip to content

Commit

Permalink
updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsenevi committed Apr 8, 2023
1 parent 3b74c40 commit 3319632
Show file tree
Hide file tree
Showing 3 changed files with 648 additions and 502 deletions.
12 changes: 4 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "TextFieldAnimated",
"slug": "TextFieldAnimated",
"name": "AwesomeProject",
"slug": "AwesomeProject",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
Expand All @@ -11,9 +11,6 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
Expand All @@ -23,12 +20,11 @@
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
"backgroundColor": "#ffffff"
}
},
"web": {
"favicon": "./assets/favicon.png"
},
"entryPoint": "./entry.js"
}
}
}
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"name": "textfieldanimated",
"name": "awesomeproject",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.9",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-native": "0.70.5"
"expo": "~48.0.10",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-native": "0.71.6"
},
"devDependencies": {
"@babel/core": "^7.12.9"
"@babel/core": "^7.20.0"
},
"private": true
}
Loading

0 comments on commit 3319632

Please sign in to comment.