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

Function PhotoGrid

examples/files/exercises/PhotoGrid1.js:6–12  ·  view source on GitHub ↗
({ photos, numColumns, onEndReached })

Source from the content-addressed store, hash-verified

4import { formatPhotoUri } from '../api/picsum'
5
6export default function PhotoGrid({ photos, numColumns, onEndReached }) {
7 const { width } = Dimensions.get('window')
8
9 const size = width / numColumns
10
11 // ...
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected