-
Notifications
You must be signed in to change notification settings - Fork 185
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
Added animation type for RN Modal #145
base: master
Are you sure you want to change the base?
Conversation
for those of you looking for a way around this. I was able to get this to work:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems simple enough, let's change the defaultProp and we are good to go
@@ -75,6 +75,7 @@ class Tooltip extends Component { | |||
useReactNativeModal: true, | |||
topAdjustment: 0, | |||
accessible: true, | |||
animationType: 'fade', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the current default is 'none'
could you update this so it is backward compatible?
No description provided.