What problem does it solve?
This Skill provides an adapter for integrating oRPC functionality into React Native projects, allowing for the use of oRPC's features within the React Native ecosystem.
Core Features & Use Cases
- RPC Integration: Facilitates the integration of oRPC's remote procedure call capabilities into React Native applications.
- Fetch API Support: Leverages the built-in Fetch API for data fetching, enabling out-of-the-box compatibility with oRPC.
- Limited Event Iterator Support: Note that certain advanced features like Event Iterator are not supported due to limitations in the Fetch API in React Native.
- Use Case: Ideal for developers looking to add oRPC's capabilities to their React Native apps, such as API communication and data fetching.
Quick Start
To use the oRPC React Native Adapter, initialize a new RPCLink and configure it with the appropriate URL and headers.