const sleep = ms => new Promise(resolve => setTimeout(resolve, ms))
how can I run async await with delay in react-native component?