caglardurmus / react-native-insta-story

Story component for React Native
MIT License
177 stars 82 forks source link

Screen freezing when swiping an amount that creates out of sync current page state #36

Closed IB3N closed 1 year ago

IB3N commented 1 year ago

Issue

Swiping certain distances (gestureState.dx) can change the current page state but does not scroll the current screen and renders the current screen as frozen, perhaps because the internal functions are calling state on another story?

IB3N commented 1 year ago

Closing because issue was with my refactor to typescript