API reference@evolu/react-nativeweb › createEvoluBinding

const createEvoluBinding: <S>(schema: S) => ReactBinding<S>;

Defined in: react/dist/src/local-first/createEvoluBinding.d.ts:63

Creates a React binding for a specific EvoluSchema.

The created binding contains the context component and all hooks needed by React components using an Evolu instance created from that schema.

TODO: Example from playground example.