feat: remove clean localstore for test
This commit is contained in:
parent
2703998a65
commit
b1eee5cb63
7
App.tsx
7
App.tsx
@ -11,12 +11,7 @@ import { WebView } from 'react-native-webview';
|
|||||||
function App(): React.JSX.Element {
|
function App(): React.JSX.Element {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<WebView
|
<WebView source={{ uri: 'https://www.perfectdraft.com.br/' }} />
|
||||||
source={{ uri: 'https://www.perfectdraft.com.br/' }}
|
|
||||||
style={{ marginTop: 0 }}
|
|
||||||
// clean localstorage
|
|
||||||
injectedJavaScript="(function(){window.localStorage.clear();})()"
|
|
||||||
/>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user