UNPKG
react-native-tcp
Version:
latest (4.0.0)
4.0.0
3.3.2
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
node's net API for react-native
github.com/aprock/react-native-tcp
aprock/react-native-tcp
react-native-tcp
/
android
/
src
/
main
/
AndroidManifest.xml
6 lines
(5 loc)
•
217 B
text/xml
View Raw
1
2
3
4
5
6
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.peel.react"
>
<
uses-permission
android:name
=
"android.permission.INTERNET"
/>
</
manifest
>