pass useNativeDriver property

This commit is contained in:
Gapur Kassym
2019-02-12 16:04:05 +06:00
parent 347d7490db
commit e77343661c

View File

@@ -147,6 +147,14 @@ export interface ModalProps {
*/
style?: StyleProp<ViewStyle>;
/**
* Enables the hardware acceleration to animate the modal. Please note that enabling this can cause some flashes in a weird way when animating
*
* Default is true
*
*/
useNativeDriver?: boolean;
/**
* Event fired when the modal is closed and the animation is complete
*