Pusher Channels Client for React Native
npm install pusher-websocket-react-native
import { multiply } from "pusher-websocket-react-native";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT