lucastonon

Results 7 comments of lucastonon

I am using 59.9 and If I set Swift version 4, 4.2 or 5 I get thousands of Swift errors. Is this package without maintenance?

Does any of you have experience with video processing on Android and iOS? This is a very important library for a lot of people and we might have to fork...

@BunHouth @foufrix I added the pod, but I am getting GPUImage* unresolved. I am using 0.61.5 and I tried with and without embedding the libGPUImage.a in the general tab framework's

It finally worked for me! Thanks @foufrix. I had to delete the manually added files, but also had to include a bridging header. In the same Folder as AppDelegate.m I...

@foufrix it ran fine on Android! There are just a few inconsistencies such as, getPreviewForSecond returns a string no iOS and an object on Android. But other than that it...

This is what I am using right now: ``` import NetInfo from '@react-native-community/netinfo'; import { useEffect } from 'react'; export const useInternet = () => { useEffect(() => { //...