Guest User

Untitled

a guest
Apr 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. componentDidMount(){
  2.  
  3. if(this.props.gelenSabitIlce){
  4. var processLak = this.props.gelenSabitIlce.toString();
  5. AsyncStorage.setItem('nole1', processLak);
  6.  
  7. }
  8. AsyncStorage.getItem('nole1').then((value) => {
  9. var obj = JSON.stringify(value);
  10. this.setState({ nole1: obj });
  11. }).done();
  12. }
Add Comment
Please, Sign In to add comment