From d1fff5af01229d58638c60785b043bfd6fda340d Mon Sep 17 00:00:00 2001 From: sh20raj Date: Wed, 24 Jul 2024 09:43:16 +0530 Subject: [PATCH] chore: Update WebView source to use hosted URL for Daily To-Do App --- App.js | 2 +- to-do.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 to-do.md diff --git a/App.js b/App.js index cf10f32..3f301f9 100644 --- a/App.js +++ b/App.js @@ -5,7 +5,7 @@ import { WebView } from 'react-native-webview'; export default function App() { return ( - + ); } diff --git a/to-do.md b/to-do.md new file mode 100644 index 0000000..17fdd8e --- /dev/null +++ b/to-do.md @@ -0,0 +1 @@ +- [ ] Export Import Option \ No newline at end of file