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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user