Skip to content
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

Prevents Relayer from Overriding Status Bar Color #436

Merged
merged 3 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-bare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-native": "^0.62.2",
"react-native-device-info": "^10.3.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-webview": "8.1.2"
"react-native-webview": "^11.26.0"
},
"peerDependencies": {
"@react-native-community/async-storage": ">=1.12.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class ReactNativeWebViewController extends ViewController {
source={{ uri: `${this.endpoint}/send/?params=${encodeURIComponent(this.parameters)}` }}
onMessage={handleWebViewMessage}
style={this.styles['magic-webview']}
autoManageStatusBarEnabled={false}
/>
</SafeAreaView>
);
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/react-native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react": "^16.13.1",
"react-native": "^0.62.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-webview": "8.1.2"
Ariflo marked this conversation as resolved.
Show resolved Hide resolved
"react-native-webview": "^11.26.0"
},
"peerDependencies": {
"expo": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class ReactNativeWebViewController extends ViewController {
source={{ uri: `${this.endpoint}/send/?params=${encodeURIComponent(this.parameters)}` }}
onMessage={handleWebViewMessage}
style={this.styles['magic-webview']}
autoManageStatusBarEnabled={false}
/>
</SafeAreaView>
);
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ __metadata:
react-native: ^0.62.2
react-native-device-info: ^10.3.0
react-native-safe-area-context: ^4.4.1
react-native-webview: 8.1.2
react-native-webview: ^11.26.0
tslib: ^2.0.3
whatwg-url: ~8.1.0
peerDependencies:
Expand Down Expand Up @@ -3043,7 +3043,7 @@ __metadata:
react: ^16.13.1
react-native: ^0.62.2
react-native-safe-area-context: ^4.4.1
react-native-webview: 8.1.2
react-native-webview: ^11.26.0
tslib: ^2.0.3
whatwg-url: ~8.1.0
peerDependencies:
Expand Down Expand Up @@ -15313,16 +15313,16 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"react-native-webview@npm:8.1.2":
version: 8.1.2
resolution: "react-native-webview@npm:8.1.2"
"react-native-webview@npm:^11.26.0":
version: 11.26.0
resolution: "react-native-webview@npm:11.26.0"
dependencies:
escape-string-regexp: 2.0.0
invariant: 2.2.4
peerDependencies:
react: ^16.9
react-native: ">=0.60 <0.62"
checksum: 7c22f9250899b0cf498283e794d9e6327115b2fde55efa613de0dca8964ab9bce979bbc53b5dd8677afa2c813007870ab0b5bfa79b7ccb756075ae8620977c86
react: "*"
react-native: "*"
checksum: 9335fd21cdb9a883e241650cf66421a72d0456c905d8da2948bdc168124b8eec944c86e5f1730d4985fb4b3fe8554363c08765f0c5e6c0014035620cb7450378
languageName: node
linkType: hard

Expand Down