Skip to content

Commit 804feca

Browse files
authored
Merge pull request react-navigation#113 from react-navigation/satya164-patch-1
Remove unsupported configureTransition option
2 parents 2298bbc + 97b7ace commit 804feca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/tab-navigator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The route configs object is a mapping from route name to a route config, which t
2222
* `animationEnabled` - Whether to animate when changing tabs.
2323
* `lazy` - Defaults to `true`. If `false`, all tabs are rendered immediately. When `true`, tabs are rendered only when they are made active.
2424
* `removeClippedSubviews` - Defaults to `true`. An optimization to reduce memory usage by freeing resources used by inactive tabs.
25-
* `configureTransition` - a function that, given `currentTransitionProps` and `nextTransitionProps`, returns a configuration object that describes the animation between tabs.
2625
* `initialLayout` - Optional object containing the initial `height` and `width`, can be passed to prevent the one frame delay in [react-native-tab-view](https://github.com/react-native-community/react-native-tab-view#avoid-one-frame-delay) rendering.
2726
* `tabBarOptions` - Configure the tab bar, see below.
2827

0 commit comments

Comments
 (0)