JustinKubicz
Results
3
comments of
JustinKubicz
> ``` > const richText = React.useRef(null); > > onPress={() => { > richText.current?.dismissKeyboard(); > }} > > > ``` Thanks! do you just wrap the touchableWithoutFeedback around the whole...