Skip to content

Commit

Permalink
Merge branch 'main' into 24-styling-+-home-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
philipye314 authored Dec 4, 2024
2 parents f08adcb + e9c1d1f commit 940d89c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
1 change: 0 additions & 1 deletion src/navigation/types.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// prettier-ignore
import { BottomTabNavigationProp } from '@react-navigation/bottom-tabs';
import { NativeStackScreenProps } from '@react-navigation/native-stack';
import { VideoResource } from '@/types/types';
Expand Down
14 changes: 0 additions & 14 deletions src/screens/HealingResources/HFHGuide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@ export default function HFHGuide({
<Text>Loading content...</Text>
)}
</ScrollView>
<View style={styles.nextButtonContainer}>
{nextId == null ? (
<View />
) : (
<Pressable
style={styles.nextButton}
onPress={() =>
navigation.push('HopeForHealingGuide', { id: nextId })
}
>
<Text>Next</Text>
</Pressable>
)}
</View>
</View>
);
}
Expand Down
13 changes: 0 additions & 13 deletions src/screens/HealingResources/HFHGuide/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,4 @@ export default StyleSheet.create({
fontFamily: 'Roboto Serif',
color: '#444',
},
nextButtonContainer: {
height: '10%',
display: 'flex',
alignItems: 'flex-end',
justifyContent: 'center',
paddingRight: 50,
},
nextButton: {
height: '50%',
width: '20%',
borderColor: 'black',
borderWidth: 1,
},
});
2 changes: 1 addition & 1 deletion src/screens/LegalRights/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function LegalRights({
}
}}
>
<Text style={styles.buttonText}>Spanish CC</Text>
<Text style={styles.buttonText}>Español CC</Text>
</Pressable>
</View>
<ScrollView>
Expand Down

0 comments on commit 940d89c

Please sign in to comment.