sunrise1002

Results 5 comments of sunrise1002

Nice optimize. Can you please explain why you want to cache props in state? @gastonmorixe

For me this will work: ``` import {PropsWithChildren} from 'react' import {TextInput} from 'react-native' import {InputProps} from '@rneui/base' type RNEInputRef = TextInput & PropsWithChildren ```

I currently have this issue with ``` "react-native-gesture-handler": "^2.12.1" "react-native-reanimated": "^3.5.0" "@shopify/react-native-skia": "^0.1.202" "react-native-graph": "^1.0.2" ```

In AppDelegate.m: ``` // Your import ... #if DEBUG ```

For me, I wrap the `Modal` in the `View` component to solve the issue