Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add on the README.md the API property useNativeAnimation #101

Open
proplayapp opened this issue Mar 23, 2021 · 0 comments
Open

Add on the README.md the API property useNativeAnimation #101

proplayapp opened this issue Mar 23, 2021 · 0 comments

Comments

@proplayapp
Copy link

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
}

@proplayapp 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 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant