mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-02-17 19:27:01 +00:00
Introduced rnpm the new "standard" for linking to native modules Removed the CocoaPod podspec Updated the sample project to use react-native 0.29.2 Sample now shows the socket information on the main page
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "rctsockets",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"browser": {
|
|
"dgram": "react-native-udp"
|
|
},
|
|
"dependencies": {
|
|
"base64-js": "^1.1.2",
|
|
"react": "15.2.1",
|
|
"react-native": "0.29.2",
|
|
"react-native-udp": "../../"
|
|
}
|
|
}
|