Seanmclem

Results 17 comments of Seanmclem

Seems similar to this. https://github.com/babel/babel/issues/12945 Anyone maintain the react feature?

> @rzdev, Hi, I used react-native-image-picker to pick the images on iOS and after the user selects the image I use this library to allow users to crop the image....

> @loftyduck I decided to use cordova-plugin-apple-login temporally > https://stackoverflow.com/questions/59940378/sign-in-by-apple-and-firebase-x-plugin-ionic-4 There is a capacitor plugin now -with which you could probably use the same method from the SO answer. I'm...

I am also experiencing this. OTP login never returns a user. `supabase.auth.onAuthStateChange` session never has a user attached. I was able to mitigate this by signing in again with the...

> #### Expected behavior > view-shot returns an absolute path in Android like IOS > > #### Actual behavior > view-shot returns a relative path in Android That's one way...

@dsherret Any update on this one?

Seems like this is still not fixed? @ajnozari, I would love additional detail on how you solved it. I'm not quite sure how I'd achieve what you described with the...

Thanks for the workaround. I'm surprised to see the project basically abandoned. Wish I had time to contribute. Thanks for all the fish

I'm experiencing this issue as well. Even when using base path, the only route that works is root, aka /

> Just use react-native-crop-image-picker. Better solution anyways. > https://github.com/ivpusic/react-native-image-crop-picker That library has poor ios gallery selection. With the consensus being to use this library for it. https://github.com/ivpusic/react-native-image-crop-picker/issues/1613