carbon-design-system / carbon-react-native

The React Native implementation of the Carbon Design System
https://carbon-design-system.github.io/carbon-react-native/
Apache License 2.0
30 stars 8 forks source link

Ui panel: jumping content #62

Closed WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH closed 2 years ago

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

When the UI panel loads the content shifts and jumps. Seems drawing issue. But we need to check. I did not see this on simulator. But it’s more obvious on real device.

Initial guess is flex box is having trouble and starts too soon and jumps during redraw.

WYXEhlEtzb2Gfe6HgrQLAf6MeMEatE77yYzHHIH commented 2 years ago

Seems to be issue in React Native Modal. react-native-modal may be better in future. But for now would prefer to keep basic components.