Skip to content

fix(readme): update modalPresentationStyle to 'fullscreen' #161

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ import InAppBrowser from 'react-native-inappbrowser-reborn'
preferredControlTintColor: 'white',
readerMode: false,
animated: true,
modalPresentationStyle: 'overFullScreen',
modalPresentationStyle: 'fullScreen',
modalTransitionStyle: 'partialCurl',
modalEnabled: true,
enableBarCollapsing: false,
Expand Down Expand Up @@ -322,7 +322,7 @@ import { getDeepLink } from './utilities'
...
async componentDidMount() {
// Play Lottie Animation :)

// Validate the stored access token (Maybe with a request)
// Redirect the user to the Home page if the token is still valid
// Otherwise redirect to the Login page
Expand All @@ -342,7 +342,7 @@ import { getDeepLink } from './utilities'
// Show error and redirect the user to the Login page
}
}

async loadUserInfo() {
const { navigation } = this.props
const { state: { params } } = navigation
Expand Down