File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,13 @@ import InAppBrowser from 'react-native-inappbrowser-reborn'
125
125
const result = await InAppBrowser.open(url, {
126
126
// iOS Properties
127
127
dismissButtonStyle: 'cancel',
128
- preferredBarTintColor: 'gray ',
128
+ preferredBarTintColor: '#453AA4 ',
129
129
preferredControlTintColor: 'white',
130
130
readerMode: false,
131
+ animated: false,
132
+ modalPresentationStyle: 'overFullScreen',
133
+ modalTransitionStyle: 'partialCurl',
134
+ modalEnabled: false,
131
135
// Android Properties
132
136
showTitle: true,
133
137
toolbarColor: '#6200EE',
@@ -145,7 +149,7 @@ import InAppBrowser from 'react-native-inappbrowser-reborn'
145
149
},
146
150
headers: {
147
151
'my-custom-header': 'my custom header value'
148
- },
152
+ }
149
153
})
150
154
Alert.alert(JSON.stringify(result))
151
155
}
You can’t perform that action at this time.
0 commit comments