File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ import InAppBrowser from 'react-native-inappbrowser-reborn'
176176 preferredControlTintColor: 'white',
177177 readerMode: false,
178178 animated: true,
179- modalPresentationStyle: 'overFullScreen ',
179+ modalPresentationStyle: 'fullScreen ',
180180 modalTransitionStyle: 'partialCurl',
181181 modalEnabled: true,
182182 enableBarCollapsing: false,
@@ -322,7 +322,7 @@ import { getDeepLink } from './utilities'
322322...
323323 async componentDidMount () {
324324 // Play Lottie Animation :)
325-
325+
326326 // Validate the stored access token (Maybe with a request)
327327 // Redirect the user to the Home page if the token is still valid
328328 // Otherwise redirect to the Login page
@@ -342,7 +342,7 @@ import { getDeepLink } from './utilities'
342342 // Show error and redirect the user to the Login page
343343 }
344344 }
345-
345+
346346 async loadUserInfo () {
347347 const { navigation } = this .props
348348 const { state: { params } } = navigation
You can’t perform that action at this time.
0 commit comments