Results 17 comments of Tarık

> you need to provide more information please. we have a [react native example in the docs](https://react-query.tanstack.com/examples/react-native) that you can fork for a minimal reproduction, thanks. Hi there, thanks for...

> Thanks for replying. I am afraid that [renderHook in RNTL](https://github.com/callstack/react-native-testing-library/issues/990) has not been released yet. I am guessing/assuming that you did not encounter the error as it was a...

> Unfortunately, I also do not have also information regarding running tests on expo snack. I have created a minimal react native app for this purpose.

> @tarikpnr you're not doing this correctly. You're trying to directly manipulating `style`, while there is a prop for it on `screenOptions` > > I am doing it in an...

@hirbod Yes, I use native-stack as well.[ Some says that it might also be related to react-native version. In expo snack you wont see this error.](https://github.com/react-navigation/react-navigation/issues/10432#issuecomment-1072477247) I really would like...

Any update ?? Related to check if the flash message is shown or not ?

> ``` > import { createStore, applyMiddleware, compose } from 'redux'; > import thunk from 'redux-thunk'; > import analyticsMiddleware from './redux/middleware/analyticsMiddleware'; > import errorTrackingMiddleware from './redux/middleware/errorTrackingMiddleware'; > import crashReporterMiddleware from...

> @tarikpnr doesn't [`pressBehavior`](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetbackdrop#pressbehavior) handle `onPress` use cases? As far as I can see that it does not support custom on press function. https://github.com/gorhom/react-native-bottom-sheet/blob/4a4a9dedef4f83b620a21e1a5670de0e1020a2f6/src/components/bottomSheetBackdrop/types.d.ts#L42

@gorhom Hi, any thoughts about this pr ?