MCPcopy Create free account
hub / github.com/dabit3/react-native-ai / _setImageModel

Function _setImageModel

app/App.tsx:81–84  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

79 }
80
81 const bottomSheetModalRef = useRef<BottomSheetModal>(null)
82 function closeModal() {
83 bottomSheetModalRef.current?.dismiss()
84 setModalVisible(false)
85 }
86
87 function handlePresentModalPress() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected