Bunhouth

Results 11 comments of Bunhouth

i also get the same problem. I have solve it by > android/src/main/java/com/audioStreaming/ReactNativeAudioStreamingModule.java ``` public Class getClassActivity() { - if (this.clsActivity == null) { - this.clsActivity = getCurrentActivity().getClass(); + Activity...

@JayricMok Are you also using wix-react-native-navigation ? if you not using react-native-navigation it should be work without any error. is your project is available on github?.

@JayricMok it should not problem with that navigation. can you show me your error?

I have make it work with latest RN. Please kindly check my fork repo. https://github.com/BunHouth/react-native-video-processing/blob/master/RNVideoProcessing.podspec

> First, I had to remove swift files from build phase because they causes error. > It gives not found error @andrewterex20190813 you can check my repo, I think it...

> Hi, could you please what i have to additionally with your .podspec file? I followed all steps of installing 'react-native-video-processing' in iOS. And I copied your .podspec file and...

> Okay, I changed "package.json" file like you. > "react-native-video-processing": "Bunhouth/react-native-video-processing" > It seems you removed "GPUImage" folder so it gives "GPUImage.h" not found error. Please read here https://github.com/BunHouth/react-native-video-processing#installation

> @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...

> Is the android linking process still needed @BunHouth ? If you are using RN >= 60, you don't need linking process anymore.