James McCarthy

Results 3 comments of James McCarthy

> Hi all, > > What is the ETA to get this into release? Right now, with expo config plugins, the fix is not working with latest release. > >...

hey! were you able to fix the slide out issue by using onPressOut? if so, mind sharing how?

I found a fix for this. Using the Binding Bool that determines if the modal is open, add this line to the bottom of the view: .padding(.bottom, {Your-Binding-Bool-Goes-Here} ? 0.1...