File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demos/react-native-supabase-todolist/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { router } from 'expo-router';
66import { useSystem } from '../library/powersync/system' ;
77import { TextInputWidget } from '../library/widgets/TextInputWidget' ;
88import { SignInStyles } from './signin' ;
9- import { Icon } from 'react-native-elements ' ;
9+ import { Icon } from '@rneui/themed ' ;
1010
1111export default function Register ( ) {
1212 const { supabaseConnector } = useSystem ( ) ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { router } from 'expo-router';
55import { useSystem } from '../library/powersync/system' ;
66import { Button } from 'react-native' ;
77import { TextInputWidget } from '../library/widgets/TextInputWidget' ;
8- import { Icon } from 'react-native-elements ' ;
8+ import { Icon } from '@rneui/themed ' ;
99
1010export default function Signin ( ) {
1111 const { supabaseConnector } = useSystem ( ) ;
You can’t perform that action at this time.
0 commit comments