Skip to content

Commit

Permalink
fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
developedbynick committed Aug 16, 2021
1 parent 773a6bd commit 840db70
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 34 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"splash": {
"image": "./assets/Splash1.png",
"resizeMode": "cover",
"backgroundColor": "#282c34"
"backgroundColor": "#6a7ca3"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -29,6 +29,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"description": ""
"description": "",
"githubUrl": "https://github.com/developedbynick/breaking-bad-app"
}
}
44 changes: 14 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "^3.3.0",
"react-native-screens": "^3.5.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.4.0",
"react-native-web": "~0.13.12"
},
"devDependencies": {
Expand Down

0 comments on commit 840db70

Please sign in to comment.