File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ A library to embed a HTTP server in a React Native app with thread safety to han
44
55> ⚠️ The library is still in development and research. I'm still playing around with this library. Read [ in research] ( #in-research )
66
7+ See this [ example] ( https://github.com/RakaDoank/react-native-echo/blob/main/example/src/app/index.tsx ) of how to use this library.
8+
79## Features
810
911- Built-in support for ` JSON ` thanks to the nature of JavaScript
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ export default function Page() {
165165 carbonStyleSheet . text ,
166166 ] }
167167 >
168- Hit the server
168+ Hit the server from your PC to the Android Emulator (through ADB port forwarding) or to an Android device IP in the same network.
169169 </ Text >
170170 </ View >
171171 )
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-echo" ,
3- "version" : " 0.0.1-beta.2 " ,
3+ "version" : " 0.0.1-beta.3 " ,
44 "description" : " Embed a server of HTTP in React Native app" ,
55 "license" : " MIT" ,
66 "author" : " RakaDoank <rakaaudira@gmail.com> (https://github.com/RakaDoank)" ,
You can’t perform that action at this time.
0 commit comments