Oak

Results 6 comments of Oak

You can use `npm install --legacy-peer-deps` if you have to for React 17. More here https://stackoverflow.com/questions/66239691/what-does-npm-install-legacy-peer-deps-do-exactly-when-is-it-recommended-wh

Yes, THANKYOU! I was using Expo sdk 32 and there is literally nothing about getting an image to firebase storage in expo. It seemed impossible. However, your xhr example and...

Thanks, is this being added to the main package soon, or should i manually apply this patch? For anyone not well versed with patching. First: In package.json ``` "scripts": {...

Is there not a way to do this just this with ` const { start } = useSpotlightTour();` ?

same using a non-expo react native app

Just to note, i have worked around this by flattening the objects in the array of data that i'm using (response from a fetch call) Code as follows: ` `...