Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Sunday, October 2, 2022

React native AsyncStorage json data

0 comments

  showDate = async () => {

let username = await AsyncStorage.getItem('username');
let d = JSON.parse(username);
//alert(d.MobileNo);
}

No comments:

Post a Comment