oRPC React Native Adapter
Installation
SKILL.md
React Native Adapter
React Native integration.
Fetch Link
React Native includes a Fetch API, so oRPC works out of the box.
Fetch in React Native is limited. oRPC features like File/Blob and Event Iterator aren't supported. Follow Support Stream #27741 for updates.
For binary data, extend the RPC JSON Serializer to encode as Base64.
import { RPCLink } from '@orpc/client/fetch'