You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| startOpen | false |`bool`| Allow modal to appear open without animation upon first mount |
45
45
| coverScreen | false |`bool`| Will use RN `Modal` component to cover the entire screen wherever the modal is mounted in the component hierarchy |
46
46
| keyboardTopOffset | ios:22, android:0 |`number`| This property prevent the modal to cover the ios status bar when the modal is scrolling up because the keyboard is opening |
47
-
| useNativeDriver |false|`bool`| Enables the hardware acceleration to animate the modal. Please note that enabling this can cause some flashes in a weird way when animating |
47
+
| useNativeDriver |true|`bool`| Enables the hardware acceleration to animate the modal. Please note that enabling this can cause some flashes in a weird way when animating |
0 commit comments