Skip to content

Commit 44ed876

Browse files
authored
Merge pull request #13 from YsnKsy/doc-image
docs(readme.md): add example app screenshots
2 parents d75b0ce + 3a529aa commit 44ed876

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
This package makes it easy for an React Native App to ensure that the Android device's system settings are properly configured for the app's location needs. If your app needs to request location, the device needs to enable the appropriate system settings, such as GPS or Wi-Fi scanning. Rather than directly enabling services such as the device's GPS, your app specifies the required level of accuracy/power consumption, and the device automatically makes the appropriate changes to system settings.
1616

17+
<img src="example/head.png" width="100%" />
18+
1719
---
1820

1921
## Installation
@@ -122,6 +124,10 @@ Install and launch example app on the device
122124
yarn example android
123125
```
124126

127+
<img src="example/step-1.png" width="33%" />
128+
<img src="example/step-2.png" width="33%" />
129+
<img src="example/step-3.png" width="33%" />
130+
125131
---
126132

127133
## API

example/head.png

29.4 KB
Loading

example/step-1.png

41 KB
Loading

example/step-2.png

49.2 KB
Loading

example/step-3.png

32.2 KB
Loading

0 commit comments

Comments
 (0)