# react-native-dgram **Repository Path**: yanxlg/react-native-dgram ## Basic Information - **Project Name**: react-native-dgram - **Description**: dpt module fro react - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-23 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-dgram udp ## Installation ```sh npm install react-native-dgram ``` ## Usage ```js import Dgram from "react-native-dgram"; // ... const result = await Dgram.multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT