ADD some comments and clean up the code a bit
Showing
- App.js 2 additions, 5 deletionsApp.js
- components/FetchLocation.js 0 additions, 8 deletionscomponents/FetchLocation.js
- components/GameList.js 12 additions, 5 deletionscomponents/GameList.js
- components/LocationTracker.js 1 addition, 0 deletionscomponents/LocationTracker.js
- components/Login.js 7 additions, 2 deletionscomponents/Login.js
- components/RegisterForm.js 1 addition, 1 deletioncomponents/RegisterForm.js
- package.json 3 additions, 4 deletionspackage.json
components/FetchLocation.js
deleted
100755 → 0
... | ... | @@ -7,10 +7,9 @@ |
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@terrylinla/react-native-sketch-canvas": "^0.8.0", | ||
"react": "16.8.3", | ||
"react-native": "0.59.8", | ||
"react-native-maps": "^0.24.2" | ||
"@react-native-community/async-storage": "^1.5.0", | ||
"react": "16.8.6", | ||
"react-native": "0.60.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.4.5", | ||
... | ... |
Please register or sign in to comment