1.3.0 • Published 7 months ago

react-native-jsi-udp v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

react-native-jsi-udp

High performance UDP socket for React Native using JSI.

Installation

npm install react-native-jsi-udp

Android

Add this rule if you are using ProGuard:

-keep class com.jsiudp.** { *; }

iOS

Add NSLocalNetworkUsageDescription to your Info.plist if you need do multicast:

<key>NSLocalNetworkUsageDescription</key>
<string>Allow local network access</string>

Usage

import dgram from 'react-native-jsi-udp';

// The API is like Node's dgram API
const socket = dgram.createSocket('udp4');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library


1.3.0

7 months ago

1.2.0

9 months ago

1.1.3

10 months ago

1.2.1

9 months ago

1.1.2

10 months ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago