refactor: remove legacy useBackButton export from /native

This commit is contained in:
Satyajit Sahoo
2021-05-14 08:31:34 +02:00
parent 7c722d2028
commit 5165eb76aa

View File

@@ -2,7 +2,6 @@ export * from '@react-navigation/core';
export { default as NavigationContainer } from './NavigationContainer';
export { default as useBackButton } from './useBackButton';
export { default as useScrollToTop } from './useScrollToTop';
export { default as DefaultTheme } from './theming/DefaultTheme';