DEV Community

Discussion on: Crawling Websites in React-Native

Collapse
 
kayis profile image
K

You can use fetch without async/await. React-Native supports async/await, that's why I used it, but it isn't needed, you can use promises directly :)