diff --git a/lib/package.json b/lib/package.json index 03be9b6..1c72dee 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "react-navigation-addon-search-layout", - "version": "0.15.1", + "version": "0.1.7", "main": "index.js", "license": "MIT", "types": "index.d.ts", diff --git a/lib/src/Header.js b/lib/src/Header.js index 5e2cb32..685d28e 100644 --- a/lib/src/Header.js +++ b/lib/src/Header.js @@ -7,7 +7,7 @@ import { View, } from 'react-native'; -import { HeaderBackButton } from '@react-navigation/stack'; +import { HeaderBackButton } from '@react-navigation/elements'; import { getStatusBarHeight } from 'react-native-safe-area-view'; import { isIphoneX } from 'react-native-iphone-x-helper'; import { useNavigation } from '@react-navigation/native';