Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PatoSala/react-native-blocks
/ createBlock
Function
createBlock
packages/core/src/interfaces/Block.interface.ts:31–33 ·
view source on GitHub ↗
(block: Block)
Source
from the content-addressed store, hash-verified
29
}
30
31
const
createBlock = (block: Block) => {
32
return
new
Block(block);
33
}
34
35
export
{ createBlock };
36
Callers
11
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleSubmitEditing
Function · 0.90
handleInsertBlock
Function · 0.90
App
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected