Shane Rogers

Results 13 comments of Shane Rogers

Authed HEAD request for reference ``` const response = await fetch(`${process.env.SUPABASE_URL}/storage/v1/object/${bucket}/${path}`, { method: 'HEAD', headers: { authorization: session.access_token, }, }); ```

> We're working on an internal plugin at Intuit and interestingly some people get this error (me) and some don't. Seems like it has something to do with the Figma...

Great thanks so much! In the meantime I just rolled my own form and had the form rows `onPress` push to another nested route using `react-native-router-flux`. Then I validate it...