Joey Figaro

Results 43 comments of Joey Figaro

@Abdulrahman91kh currently trying exactly this, but the modal never renders. I'm using a component that's using `FlatList` for `customRenderer` and have tried wrapping the FlatList with `Animated.View`. I've also tried...

...I managed to get the bottomsheet to finally render, but it throws an error every time. ![](https://p93.f3.n0.cdn.getcloudapp.com/items/12uJd7yJ/Image%202020-09-09%20at%201.51.17%20PM.png?source=viewer&v=013a75b5be0a205a1253ee40064794c9) and the return of my component: ```ts const animated = React.useRef(new Animated.Value(0)).current return...

@tarikpnr doesn't [`pressBehavior`](https://gorhom.github.io/react-native-bottom-sheet/components/bottomsheetbackdrop#pressbehavior) handle `onPress` use cases?

There doesn't appear to be an easy way to vertically center modals via styles

Any updates on this? If someone wanted to take a stab at contributing these icons, where would you ask that they start?

@DAB0mB any updates here?

@wmaurer adding more noise here

@McJty That'd be great! Thank you for all of your hard work. Your examples / tutorials are the only quality content I've found that aren't outdated.

@NanoSector @thejezzi copying themes and greeter from the repo do not fix the issue for me. Still looking at an empty white screen and see the following errors in console:...

@gsimone what ended up happening with this?