Skip to content

Instantly share code, notes, and snippets.

@remarkablemark
Created June 21, 2022 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remarkablemark/da2b399bbccc218affb08119e0d78a62 to your computer and use it in GitHub Desktop.
Save remarkablemark/da2b399bbccc218affb08119e0d78a62 to your computer and use it in GitHub Desktop.
import { WebView } from 'react-native-webview';
export default function App() {
return (
<WebView
source={{ uri: 'https://example.com/' }}
style={{ marginTop: 20 }}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment