MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Title

Function Title

examples/files/app/Title.js:4–10  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

2import { StyleSheet, Text, View } from 'react-native'
3
4export default function Title({ children }) {
5 return (
6 <View style={styles.header}>
7 <Text style={styles.title}>{children}</Text>
8 </View>
9 )
10}
11
12const styles = StyleSheet.create({
13 header: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected