Is native
prop gone in v9?
#1409
-
In v8, when using the render-props API, you could specify a It seems that this property is gone in v9 (couldn't find it in the codebase nor in the TypeScript types) but it was not mentioned in the breaking changes so I just wanted for confirm? |
Beta Was this translation helpful? Give feedback.
Answered by
joshuaellis
Apr 11, 2021
Replies: 1 comment
-
I think so yes, the whole render props API has changed so you need to wrap your components in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pauldijou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think so yes, the whole render props API has changed so you need to wrap your components in
Animated
. We're in the progress of updating the documentation.