From 5ef3bd4392666e6baf28d1dde922d3a5433911e8 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 17 Oct 2018 13:19:31 -0700 Subject: [PATCH] Fix lint errors --- example/src/SimpleStack.js | 4 ++-- src/views/Header/ModularHeaderBackButton.js | 10 +--------- src/views/StackView/StackViewStyleInterpolator.js | 6 ++---- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/example/src/SimpleStack.js b/example/src/SimpleStack.js index cb4e360..c6252be 100644 --- a/example/src/SimpleStack.js +++ b/example/src/SimpleStack.js @@ -3,7 +3,7 @@ import { Dimensions, Button, View, Text } from 'react-native'; import { withNavigation } from '@react-navigation/core'; import { createStackNavigator } from 'react-navigation-stack'; -const Buttons = withNavigation((props) => ( +const Buttons = withNavigation(props => (