saurav kumar bhagat

Results 8 issues of saurav kumar bhagat

Hi, I have a situation in which there will be multiple instances of my graphql subscription server running. Data is coming over from a different data source let's say, Kafka....

Action sheet version: "0.4.9" React native version: 0.63.4 My parent component: ``` ``` InputActionSheet Component: ``` useEffect(() => { navigation.addListener('focus', () => { setTimeout(() => { actionSheetRef.current?.setModalVisible(); actionSheetRef.current?.show(); console.log(actionSheetRef.current); console.log('Inside...

I am opening a modal Dialog from sidebar on a button click, as we perform some activity in dialog modal, I want to know that in sidebar code. Or even...

Versions: ``` "react-native-flipper": "^0.182.0", "react-native-flipper-performance-plugin": "^0.3.1", "react-native-performance": "^4.0.0", "react-native-performance-flipper-reporter": "^4.0.0", "react-native": "0.63.3", ``` Also this is present in my android/app/build.gradle ``` debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' } ``` I can see...

Hi, How can I add elevation to the bottom sheet, I tried adding parent View and adding shadow to that, but that is not working,Is there a defined way to...

There have been some major changes in version 3 and the tutorial here will not work if we use the same code.

### Minimal reproducible example https://github.com/saurav-bhagat/expo-av-sample ### What platform(s) does this occur on? iOS ### Where did you reproduce the issue? in a development build ### Summary Hi Team, I am...

needs review