Skip to content

Commit df5dd0b

Browse files
jondotfacebook-github-bot-5
authored andcommitted
Docs: Animations.md, clarify how navigation animation is configured.
Summary:This clarifies where the configuration goes, saves a few clicks. Closes facebook/react-native#6034 Differential Revision: D2965844 fb-gh-sync-id: d6ea469ead0dc380f1686e62a2211e8736c75516 shipit-source-id: d6ea469ead0dc380f1686e62a2211e8736c75516
1 parent b41ad9f commit df5dd0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Here we animated the opacity, but as you might guess, we can animate any
382382
numeric value. Read more about react-tween-state in its
383383
[README](https://github.com/chenglou/react-tween-state).
384384
385-
### Rebound (Not recommended - use [Animated](#animated) instead)
385+
### Rebound (Not recommended - use [Animated](docs/animation.html) instead)
386386
387387
[Rebound.js](https://github.com/facebook/rebound-js) is a JavaScript port of
388388
[Rebound for Android](https://github.com/facebook/rebound). It is
@@ -529,7 +529,7 @@ around native functionality provided by `UINavigationController`, so
529529
these scene transitions apply only to `Navigator`. In order to re-create
530530
the various animations provided by `UINavigationController` and also
531531
make them customizable, React Native exposes a
532-
[NavigatorSceneConfigs](https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/Navigator/NavigatorSceneConfigs.js) API.
532+
[NavigatorSceneConfigs](https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/Navigator/NavigatorSceneConfigs.js) API which is then handed over to the [Navigator](https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/Navigator/Navigator.js) `configureScene` prop.
533533
534534
```javascript
535535
import { Dimensions } from 'react-native';

0 commit comments

Comments
 (0)