Skip to content

Commit dc199db

Browse files
telmentimdorr
authored andcommitted
Update animation.md (#5926)
fix typo I think
1 parent aa569ff commit dc199db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-native/docs/guides/animation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ It's important to use a [`<Switch>`][Switch]. It will ensure that only one route
139139
There are a handful of props handed to `AnimatedChild` that the parent will know about as it manages the animation. Again, this guide is more inspiration than copy/paste right now, feel free to look at the source of this website for exact implementation. Alright, let's check out the implementation of `AnimatedChild` (it's copy pasted from the animation used on this site).
140140

141141
```jsx
142-
class AnimatedChildRoute extends Component {
142+
class AnimatedChild extends Component {
143143

144144
static propTypes = {
145145
children: PropTypes.node,

0 commit comments

Comments
 (0)