mirror of
https://github.com/status-im/react-native-tcp.git
synced 2025-02-20 22:28:13 +00:00
Updated the Readme (use rnpm when linking) Updated the android project structure to work with rnpm Rebuilt the RctSockets Sample to display the socket lifecycle Updated RctSockets to the latest react-native in the sample (0.27.2)
6 lines
195 B
Groovy
6 lines
195 B
Groovy
rootProject.name = 'RctSockets'
|
|
|
|
include ':app'
|
|
include ':react-native-tcp'
|
|
project(':react-native-tcp').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-tcp/android')
|