Skip to content

Commit

Permalink
chore: Update WebView source to use hosted URL for Daily To-Do App
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ committed Jul 24, 2024
1 parent 04cac75 commit d1fff5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { WebView } from 'react-native-webview';
export default function App() {
return (
<View style={styles.container}>
<WebView source={{ uri: 'https://sh20raj.github.io/daily-todo-app/' }} style={{ flex: 1 }} />
<WebView source={{ uri: 'https://daily-todo-app.pages.dev/' }} style={{ flex: 1 }} />
</View>
);
}
Expand Down
1 change: 1 addition & 0 deletions to-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [ ] Export Import Option

0 comments on commit d1fff5a

Please sign in to comment.