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

Function App

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

Source from the content-addressed store, hash-verified

2import { Image, StyleSheet } from 'react-native'
3
4export default function App() {
5 return (
6 <Image
7 style={styles.image}
8 source={{ uri: 'https://www.reactnative.express/static/logo.png' }}
9 />
10 )
11}
12
13const styles = StyleSheet.create({
14 image: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected