Jason

Results 9 comments of Jason

I was having this issue too - I have a `SectionList` as the root component for my screen. I was able to resolve it however by wrapping my `SectionList` with...

@rnystrom default now false :)

@rnystrom sorry for slow replies, been travelling. i will put together a little demo repo in the next few days

Alright I have a demo repo up and able to reproduce. ## Reproduce Issue 1. Clone https://github.com/jasonaibrahim/MessageViewControllerScrollViewBugExample 2. Pod install 3. Open MessageViewControllerScrollViewBugExample.xcworkspace 4. Run in any simulator or physical...

Looking at the code: ```swift extension CollectionView { /// Adds a condition whether for whether the collection view disables bouncing when scrolling reaches the end of the content public func...

I'm seeing the same issue too with `"expo": "~53.0.11"` and `"@stripe/stripe-react-native": "0.45.0"`. I'm using `expo run:ios` with a development build, ios project is building successfully, but seeing the above runtime...

@hugoth did you try deleting Podfile.lock and re-run expo run:ios?

Are you using eas build? Is it possible to delete the ios/ and android/ directories and try again?