Add Sign in with Apple sorta
This commit is contained in:
25
components/theme/index.tsx
Normal file
25
components/theme/index.tsx
Normal file
@@ -0,0 +1,25 @@
|
||||
import ThemedText from '@/components/theme/default/ThemedText';
|
||||
import ThemedView from '@/components/theme/default/ThemedView';
|
||||
import ThemedButton from '@/components/theme/buttons/ThemedButton';
|
||||
import ThemedTextButton from '@/components/theme/buttons/ThemedTextButton';
|
||||
import ThemedTextInput from '@/components/theme/inputs/ThemedTextInput';
|
||||
import ThemedCard from '@/components/theme/ui/ThemedCard';
|
||||
import ThemedBadge from '@/components/theme/ui/ThemedBadge';
|
||||
import ThemedIcon from '@/components/theme/ui/ThemedIcon';
|
||||
import ThemedSwitch from '@/components/theme/inputs/ThemedSwitch';
|
||||
import ThemedAvatar from '@/components/theme/ui/ThemedAvatar';
|
||||
import ThemedSearchBar from '@/components/theme/inputs/ThemedSearchBar';
|
||||
|
||||
export {
|
||||
ThemedText,
|
||||
ThemedView,
|
||||
ThemedButton,
|
||||
ThemedTextButton,
|
||||
ThemedTextInput,
|
||||
ThemedCard,
|
||||
ThemedBadge,
|
||||
ThemedIcon,
|
||||
ThemedSwitch,
|
||||
ThemedAvatar,
|
||||
ThemedSearchBar,
|
||||
};
|
||||
Reference in New Issue
Block a user