Skip to content

Commit 13532e1

Browse files
committed
Update the readme for the example link
1 parent 26b37f5 commit 13532e1

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

example/src/app/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)",

0 commit comments

Comments
 (0)