API
React Native Package
React Native transport and storage setup helpers that wrap the shared SDK for mobile runtimes.
This page is auto-generated from packages/sdk-react-native/src/** and the public exports exposed by @blemeshjs/sdk-react-native.
Update TSDoc comments in source, then run
yarn workspace docs api:generate. Normal docsdev,build, andtypes:checkruns regenerate these pages automatically.
Package overview
| Field | Value |
|---|---|
| Package | @blemeshjs/sdk-react-native |
| Entry point | packages/sdk-react-native/src/index.ts |
| Source tree | packages/sdk-react-native/src/** |
Package notes
This package also re-exports symbols from @blemeshjs/sdk. This page focuses on the runtime-specific exports declared in packages/sdk-react-native/src/**.
Export map
| Export | Kind | Summary |
|---|---|---|
| createMesh | Function | No description yet. |
Exported API
createMesh
Kind: Function
Source: packages/sdk-react-native/src/index.ts#L5
function createMesh<T>(__namedParameters: { meshNetworkManager?: T }): Promise<T>;