Skip to content

Commit 524b9ed

Browse files
committed
Update imports
1 parent b211475 commit 524b9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/react-native-supabase-todolist/app/register.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { router } from 'expo-router';
66
import { useSystem } from '../library/powersync/system';
77
import { TextInputWidget } from '../library/widgets/TextInputWidget';
88
import { SignInStyles } from './signin';
9-
import { Icon } from 'react-native-elements';
9+
import { Icon } from '@rneui/themed';
1010

1111
export default function Register() {
1212
const { supabaseConnector } = useSystem();

demos/react-native-supabase-todolist/app/signin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { router } from 'expo-router';
55
import { useSystem } from '../library/powersync/system';
66
import { Button } from 'react-native';
77
import { TextInputWidget } from '../library/widgets/TextInputWidget';
8-
import { Icon } from 'react-native-elements';
8+
import { Icon } from '@rneui/themed';
99

1010
export default function Signin() {
1111
const { supabaseConnector } = useSystem();

0 commit comments

Comments
 (0)