Saheem Hussain

Results 9 comments of Saheem Hussain

Same issue. My CS:GO server hosted on aws crashes after playing 2 or 3 games for a while, not just straight away. After restarting the server it crashes again after...

I encountered this issue when switching rapidly to and from a bottom tab with nested stack navigator. `"react-native": "0.72.1"` Fabric enabled Temporarily resolved by putting `detachInactiveScreens={false}` in the nested stack...

> > detachInactiveScreens={false} > > worked Nvm, although for me that issue was resolved but I ended up disabling the new architechture, because my android app crashed a lot, sometimes...

@riyas145 Do u get this issue now on 0.63.4 on android? [https://github.com/skrafft/react-native-jitsi-meet/issues/364#issue-1182378941](url)

It appears that the query needs to be mounted in order for this to work.

@kristianskogberg Replacing import of `FlatList` from `react-native` by `react-native-gesture-handler` should handle this. I have created a fork of this package and re-published here: [rn-auto-dropdown](https://www.npmjs.com/package/rn-auto-dropdown), for lazy people like me. The...

> @skrafft Tried adding line "**/libturbomodulejsijni.so" in app/build.gradle, builds fine but crashes on start. My package.json: "dependencies": { "@beratkara/react-native-jitsi-meet": "^1.0.3", "@dudigital/react-native-zoomable-view": "^1.1.3", "@expo/react-native-action-sheet": "^3.9.0", "@miblanchard/react-native-slider": "^2.0.2", "@notifee/react-native": "^3.0.0", "@react-native-async-storage/async-storage": "^1.13.2",...

Yes, weird! Anyways, I ended up using `attributionPosition` prop in the MapVIew. Eg. ``` ```