Steven Roche
Results
1
comments of
Steven Roche
``` async function uploadImageAsync(uri, title, index) { // Why are we using XMLHttpRequest? See: // https://github.com/expo/expo/issues/2402#issuecomment-443726662 const blob = await new Promise((resolve, reject) => { const xhr = new XMLHttpRequest();...