Releases: Qeepsake/react-native-awesome-modal
Releases · Qeepsake/react-native-awesome-modal
v0.2.0
0.1.1 Fixed jittering bug for ScrollView in modal
0.1.0 Added isCentered prop to center modal
- Added isCentered prop d3b34e8
We can now use the isCentered
prop to center the modal as follows:
<AwesomeModal
enableScroll
onClose={() => console.log('close')}
onPressOutside={() => console.log('outside')}
modalBottomMargin={0}
isCentered
...
>
....
</AwesomeModal>
Note that the value passed into modalBottomMargin
will be ignored when isCentered is set to true.
0.0.5 Fix initial state of modalYPosition
- Fixed initial state of modalYPosition da59a7f
0.0.4 Changed ref type to AwesomeModal
v0.0.4 0.0.4