-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add information about type of toValue to our documentation
#5806
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
Conversation
|
@kacperkapusciak Do we want to copy-paste it three times or is there a possibility to move it into a separate file that will be included in each section with |
|
it is possible to reuse the text by using components like we do in RNGH https://github.com/software-mansion/react-native-gesture-handler/blob/main/docs/docs/gestures/fling-gesture.md?plain=1#L82 but copying and pasting it 3 times is more than fine. If i were you I'd copy'n'paste it 3 times |
Co-authored-by: Kacper Kapuściak <[email protected]>
Summary
Our documentation is missing information about type of
toValueNote
The information added in this PR should be included in our documentation 3 times, on pages
withTiming,withSpringandwithDecay. I will copy-paste it once the text is accepted