MCPcopy Create free account
hub / github.com/PatoSala/react-native-blocks / extractBlocks

Function extractBlocks

apps/example/App.tsx:73–75  ·  view source on GitHub ↗
(blocks)

Source from the content-addressed store, hash-verified

71export default function App() {
72
73 const extractBlocks = (blocks) => {
74 console.log("blocks", blocks);
75 }
76
77 return (
78 <SafeAreaProvider>

Callers 1

BlocksProviderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected