Skip to content

Commit

Permalink
Trying to fix break in Expo 32
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskfry authored Feb 1, 2019
1 parent 77d0187 commit 1f5a9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class SignaturePad extends Component {
render = () => {
return (
<WebView automaticallyAdjustContentInsets={false}
allowUniversalAccessFromFileURLs={true}
onNavigationStateChange={this._onNavigationChange}
onMessage={this.onMessage}
renderError={this._renderError}
Expand Down

0 comments on commit 1f5a9b5

Please sign in to comment.