chat part working quite seemlessly with heroku server and database

- fixed many issues with keeping connection alive, avatars, userId, etc.
This commit is contained in:
Arjun Patel
2018-07-27 23:59:11 -07:00
parent e27d1db7ec
commit d6dfcd1994
6 changed files with 115 additions and 58 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default class Loading extends Component<Props> {
/**
* todo fix AsyncStorage
*/
this.storeValues();
//this.storeValues();
Actions.main({long: this.longitude.toString(), lat: this.latitude.toString()});
},
(error) => console.log(error),