Installation de React Native Paper
This commit is contained in:
@ -1,14 +1,9 @@
|
||||
import { ScrollView } from 'react-native'
|
||||
|
||||
import { ThemedText } from '@/components/ThemedText'
|
||||
import { ThemedView } from '@/components/ThemedView'
|
||||
import { Surface, Text } from 'react-native-paper'
|
||||
|
||||
export default function ChallengesScreen() {
|
||||
return (
|
||||
<ScrollView>
|
||||
<ThemedView>
|
||||
<ThemedText>Ici on aura la gestion des challenges</ThemedText>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
<Surface>
|
||||
<Text>Ici on aura la gestion des challenges</Text>
|
||||
</Surface>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user