We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7fe56 commit d3fb944Copy full SHA for d3fb944
src/views/CardStack.js
@@ -380,7 +380,7 @@ class CardStack extends Component {
380
SceneComponent: ReactClass<*>,
381
scene: NavigationScene,
382
): React.Element<any> {
383
- const { navigation, options } = this._getScreenDetails(scene);
+ const { navigation } = this._getScreenDetails(scene);
384
const { screenProps } = this.props;
385
const headerMode = this._getHeaderMode();
386
if (headerMode === 'screen') {
0 commit comments