Skip to content

Commit

Permalink
Bump version number.Fix warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
miyabi committed May 3, 2019
1 parent a73337c commit b4fd196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/withSafeArea.js
Expand Up @@ -93,7 +93,7 @@ export function withSafeArea(
wrappedRef: any = null
onSafeAreaInsetsDidChange = this.onSafeAreaInsetsDidChange.bind(this)

componentWillMount(): void {
UNSAFE_componentWillMount(): void {
SafeArea.getSafeAreaInsetsForRootView()
.then(result => this.onSafeAreaInsetsDidChange(result))
}
Expand Down

0 comments on commit b4fd196

Please sign in to comment.