diff --git a/example/App.tsx b/example/App.tsx
index 9df1fd4..ff54a88 100644
--- a/example/App.tsx
+++ b/example/App.tsx
@@ -24,6 +24,7 @@ import {
InAppBrowser,
SFSafariViewController,
ModalPresentationStyle,
+ ASWebAuthenticationSession,
ChromeCustomTabs,
} from 'react-native-in-app-browser'
@@ -60,6 +61,7 @@ function Section({ children, title }: SectionProps): React.JSX.Element {
}
const URL = 'https://reactnative.dev'
+const AUTH_URL = 'https://github.com/login'
function App(): React.JSX.Element {
const isDarkMode = useColorScheme() === 'dark'
@@ -114,6 +116,16 @@ function App(): React.JSX.Element {
}}
/>
+
+