Kevin H Griffith

Results 10 comments of Kevin H Griffith

Looks like this is not an issue any longer and should be resolved/closed?

Also getting this error. Works fine on Android though. `getVideoInfo` works fine on iOS and Android.

Okay, I finally found out what the problem was for me. The response from `ProcessingManager.compress` differs on Android and iOS. On Android you receive an object with source (just like...

I'm also looking for this feature. Any updates? 🙂

We decide to use https://github.com/ivpusic/react-native-image-crop-picker instead. Works like a charm!

> Any suggestion for this ???? We switched to https://github.com/ivpusic/react-native-image-crop-picker and it works fine now.

> hello can anyone guide how to test it in ios, because i am getting the popup for the rating but not able to submit it ( i don't not...

> > Maybe this can help you: https://aloukissas.medium.com/how-to-build-a-background-timer-in-expo-react-native-without-ejecting-ea7d67478408 You can update the eventDate in the function by substracting the difference between the start date and `now`. > > This is...

For anyone still experiencing this issue, I solved it with the following: * For iOS it works with JS own setInterval so no additional package needed here. * For Android...

For anyone still experiencing this issue (despite the solution above from @hadnet), I solved it with the following: For iOS it works with JS own setInterval so no additional package...