maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.89k stars 505 forks source link

fixed issue-#313 #315

Closed tischenkoa closed 3 years ago

nicoburns commented 4 years ago

I believe the correct way is {useNativeDriver : this.props.useNativeDriver }, which allows it to be configured from JavaScript (and currently defaults to true).

maxs15 commented 3 years ago

Fix merged