react-native-raw-bottom-sheet
react-native-raw-bottom-sheet copied to clipboard
Close from a child component
I'm using a different form component as a content of react-native-raw-bottom-sheet. I'm trying to close the bottom-sheet from that form component submit button. Any possible way to do that ?
@RavisaraDev You just need to forward ref to that child component. Check out these docs https://reactjs.org/docs/forwarding-refs.html
I'm not very experienced with forward ref. Is there an example of how one would forward ref RBSheet to a child component?