George Khromchenko
George Khromchenko
I've moved Animated.View inside ScrollView and it works ``` {this._renderStories()} ```
Another option is swc https://swc.rs
I'm using workaround with NavigationService https://reactnavigation.org/docs/navigating-without-navigation-prop
I've installed the last one - it's still Intel (running via Rosetta)
Confirm this bug on Expo@42
Maybe better solution is to remove all keyboard-related stuff from modalize and allow users to listen to keyboard events and set padding/height properties via Modalize props?
Still flicker, so I'm rolling back to React Native image
Workaround: https://github.com/richardvclam/react-native-resegmented-control/blob/b20619ad48c2b545edd0ba2a3e290b75ba00829f/src/Segment/Segment.tsx#L70 - pass function instead of text
And react-native-gesture-handler not working on iOS, so we have to choose touchable dependent on OS