Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuttakinHasib committed May 30, 2020
1 parent e969818 commit 1e5d399
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 162 deletions.
4 changes: 4 additions & 0 deletions components/Cards/LastInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ const styles = StyleSheet.create({
topTitle: {
fontSize: 20,
fontFamily: 'Ubuntu-Medium',
paddingBottom: 10,
borderBottomColor: '#eee',
borderRadius: 15,
borderBottomWidth: 2,
},
container: {
// marginTop: 20,
Expand Down
1 change: 1 addition & 0 deletions components/CovidReports/Reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const styles = StyleSheet.create({
},
countryInfo: {
width: '45%',
paddingRight: 10,
},
title: {
fontSize: 20,
Expand Down
158 changes: 2 additions & 156 deletions package-lock.json

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

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,14 @@
"lint": "eslint ."
},
"dependencies": {
"@antv/f2": "^3.6.4-beta.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/bottom-tabs": "^5.4.2",
"@react-navigation/native": "^5.3.0",
"@ui-kitten/components": "^5.0.0",
"axios": "^0.19.2",
"moment": "^2.25.3",
"react": "16.11.0",
"react-countup": "^4.3.3",
"react-native": "0.62.2",
"react-native-elements": "^2.0.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.8.0",
"react-native-remote-svg": "^2.0.6",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"react-native-splash-screen": "^3.2.0",
Expand Down

0 comments on commit 1e5d399

Please sign in to comment.