numandev1 / react-native-bottomsheet-reanimated

React Native bottom sheet with fully native 60 FPS animations and awesome user experience
MIT License
276 stars 28 forks source link

Question about importing Bottom Sheet to child component #13

Open anhquan291 opened 3 years ago

anhquan291 commented 3 years ago

Hi, Hope you're having a nice week. I have a question If there any way that I can import your BS in a child component? I've tried but it only works when I import BS at the parent component. The problem that I'm using the TabView in the parent component so It's hard to get the ID or name prop from the child to parent. Thanks for your time, sir.

donnelworks commented 3 years ago

Yes, I have the same issue.