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
I found a compatibility issue with the Animated library and had to implicitly set the useNativeAnimation to true.
This is not mentioned on the main page, but it's already implemented in the code.
The text was updated successfully, but these errors were encountered:
proplayapp
changed the title
Add in the main page the property useNativeAnimation
Add in the main page the API property useNativeAnimation
Mar 23, 2021
proplayapp
changed the title
Add in the main page the API property useNativeAnimation
Add on the main page the API property useNativeAnimation
Mar 23, 2021
proplayapp
changed the title
Add on the main page the API property useNativeAnimation
Add on the README.md the API property useNativeAnimation
Mar 23, 2021
I found a compatibility issue with the Animated library and had to implicitly set the useNativeAnimation to true.
This is not mentioned on the main page, but it's already implemented in the code.
Toast.propTypes = {
style: ViewPropTypes.style,
position: PropTypes.oneOf([
'top',
'center',
'bottom',
]),
textStyle: Text.propTypes.style,
positionValue:PropTypes.number,
fadeInDuration:PropTypes.number,
fadeOutDuration:PropTypes.number,
opacity:PropTypes.number,
useNativeAnimation:PropTypes.bool
}
The text was updated successfully, but these errors were encountered: