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 {
|
||||
return (
|
||||
<>
|
||||
<WebView
|
||||
source={{ uri: 'https://www.perfectdraft.com.br/' }}
|
||||
style={{ marginTop: 0 }}
|
||||
// clean localstorage
|
||||
injectedJavaScript="(function(){window.localStorage.clear();})()"
|
||||
/>
|
||||
<WebView source={{ uri: 'https://www.perfectdraft.com.br/' }} />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user