Skip to content

Commit b175ce0

Browse files
authored
Merge pull request #161 from Thomazella/fix/readme
fix(readme): update modalPresentationStyle to 'fullscreen'
2 parents 7f91796 + 48e8abb commit b175ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)