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

Function App

examples/files/core_components/view.js:4–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected