mirror of
https://github.com/status-im/react-native-udp.git
synced 2025-03-01 17:00:28 +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
6 lines
195 B
Groovy
6 lines
195 B
Groovy
rootProject.name = 'rctsockets'
|
|
|
|
include ':app'
|
|
include ':react-native-udp'
|
|
project(':react-native-udp').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-udp/android')
|