Added theme components. Reorganized them. Prepping for Tech Tracker Rewrite
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Image, StyleSheet, Platform } from 'react-native';
|
||||
import ParallaxScrollView from '@/components/default/ParallaxScrollView';
|
||||
import { ThemedText, ThemedView } from '@/components/theme/Theme';
|
||||
import { ThemedText, ThemedView } from '@/components/theme';
|
||||
|
||||
const HomeScreen = () => {
|
||||
return (
|
||||
|
@ -2,7 +2,7 @@ import { StyleSheet, Image, Platform } from 'react-native';
|
||||
import { Collapsible } from '@/components/default/Collapsible';
|
||||
import { ExternalLink } from '@/components/default/ExternalLink';
|
||||
import ParallaxScrollView from '@/components/default/ParallaxScrollView';
|
||||
import { ThemedText, ThemedView } from '@/components/theme/Theme';
|
||||
import { ThemedText, ThemedView } from '@/components/theme';
|
||||
import { IconSymbol } from '@/components/ui/IconSymbol';
|
||||
|
||||
const TabTwoScreen = () => {
|
||||
|
Reference in New Issue
Block a user