Skip to content

Instantly share code, notes, and snippets.

@ayberkanilatsiz
Created August 3, 2017 13:24
Show Gist options
  • Save ayberkanilatsiz/768ba0f66675cf53e27571be1e74231b to your computer and use it in GitHub Desktop.
Save ayberkanilatsiz/768ba0f66675cf53e27571be1e74231b to your computer and use it in GitHub Desktop.
createCount(){
AsyncStorage.getItem('count', (err,result) => {
if(!result){
AsyncStorage.setItem('count', JSON.stringify({}), (err,resultt) => {});
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment