Skip to content

Commit 1120c92

Browse files
committed
Example running guide
1 parent d270346 commit 1120c92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ fetch('/api/path/123', {
8585
}),
8686
});
8787
```
88+
89+
## Example Runing
90+
91+
```
92+
git clone git@github.com:WhatAKitty/react-native-fetch-mock.git
93+
cd react-native-fetch-mock/example/Basic
94+
npm install (attention: don't use yarn while install example dep)
95+
react-native run-ios
96+
```
97+
8898
## LICENSE
8999

90100
MIT

0 commit comments

Comments
 (0)