mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b5297fe5d4
- Mention that Fetch returns a Promise (makes example with .then clearer to newcomers to ES6/ES7) - Add example of Fetch usage with second argument (helps clarify how e.g., a POST request to an API might be constructed) - Add async/await example