fukemy

Results 878 comments of fukemy

could you try to use ScrollView from 'react-native-gesture-handler'?

> @fukemy how you plugin your MentionView function with `` I am using ref to share the trigger data between `MentionView` and `InputView`

``` tabBarOptions={{ keyboardHidesTabBar: true }} ```

@CaptainJeff use my code to solve this: ``` + (NSString *) getAudioOutput { // return [AVAudioSession sharedInstance].currentRoute.outputs.count > 0 ? [AVAudioSession sharedInstance].currentRoute.outputs[0].portType : nil; @try{ NSArray* outputs = [AVAudioSession sharedInstance].currentRoute.outputs;...

hi @namnm , can u provide more code, where u put inCallManager.setup()?, i tried to call it's when other uther joined call + call setSpeaker... , but not working

> It is still working fine for me. I guess you need to have proper timing to call start function. Can you please try to call it with some timeout...