Trent Cowden

Results 13 comments of Trent Cowden

I just left replaced the pipes with an ampersand and the Typescript went away. `type Props = StackScreenProps & StackScreenProps;`

I discovered a workaround for this. I use a `` (now called ``) in my bottom sheet and couldn't get it to scroll horizontally on Android. What I did was...

It is possible! Just nest your BottomSheet content inside another ``. Then add a marginTop and a shadow to your nested content.

I'm also having issues with using the Slider from `react-native-slider` and PagerView from `react-native-pager-view` inside the BottomSheet. Does anyone have any fixes for getting scrolling to work for these components...

@david03g Update: I discovered a workaround for this. I use a `` in my bottom sheet and couldn't get it to scrub on Android. What I did was set `enabledGestureInteraction`...

Make sure you're wrapping the component you render inside the `renderContent` prop inside the `` and NOT the whole `` component. I did the latter first and it didn't work....

Also experiencing this issue! I'm getting errors from `expo-notifications` and `expo-file-system` related to failed network requests on my iOS simulator and real device using iOS 18.4. I'm using `react-native` version...

Chiming in here--updating to expo 53 and reanimated 2.17 while opting **out** of the new architecture made our android app basically unusable as we make **heavy** use of reanimated across...