-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(iOS): Update docs for animationDuration in 7.x #1436
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
base: main
Are you sure you want to change the base?
docs(iOS): Update docs for animationDuration in 7.x #1436
Conversation
✅ Deploy Preview for react-navigation-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
kkafar
left a comment
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.
Let's revert the changes to unaffected files & the rest looks good.
| export default [ | ||
| { | ||
| avatarUrl: | ||
| 'https://avatars.githubusercontent.com/u/360412?u=15e7b90eb91a3d2b410f7f47461862cb793398ff&v=4', | ||
| username: 'jyc', | ||
| name: null, | ||
| }, | ||
| { | ||
| avatarUrl: | ||
| 'https://avatars.githubusercontent.com/u/1257695?u=e142a0ae6314aa8b462e664db429d926b31bf978&v=4', | ||
| username: 'karszawa', | ||
| name: 'Hiroaki KARASAWA', | ||
| }, | ||
| { | ||
| avatarUrl: | ||
| 'https://avatars.githubusercontent.com/u/1629785?u=f91613c118bb1fcf442a71008dff1cd5f9b30411&v=4', | ||
| username: 'JonnyBurger', | ||
| name: 'Jonny Burger', | ||
| }, | ||
| { | ||
| avatarUrl: 'https://avatars.githubusercontent.com/u/2443340?v=4', | ||
| username: 'toyokumo', | ||
| name: 'TOYOKUMO', | ||
| }, |
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.
I don't think we should touch this file at all. Please revert these changes.
Match the updated docs from types.tsx react-navigation/react-navigation#12747