Skip to content

Commit b357d98

Browse files
authored
Merge pull request #222 from Kicu/kicu/update-readmes
Cleanup readme and update package.json
2 parents 1bad247 + f52f1a2 commit b357d98

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Details
2+
<!-- Explanation of the change or anything fishy that is going on -->
3+
4+
## What this fixes
5+
<!--
6+
Any details about the bug this fixes (if there was any).
7+
Related issues (if there were any).
8+
-->
9+
10+
## Checklist
11+
- [ ] I have described the bug/issue
12+
- [ ] I have provided reproduction in `Example` App
13+
- [ ] I have tested that solution works on `Example` App on all platforms:
14+
- Android
15+
- iOS
16+
- Web
17+
18+
### Screenshots/Videos
19+
<!-- Any extra screens related to your solution -->

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# Looking for maintainers
2-
I'm not working on any React Native projects anymore. Feel free to take over this project if you feel good about it!
31

42
[![NPM](https://nodei.co/npm/react-native-qrcode-svg.png)](https://npmjs.org/package/react-native-qrcode-svg)
5-
![circleci](https://circleci.com/gh/awesomejerry/react-native-qrcode-svg.svg?style=shield&circle-token=185bdd4fed561139178638f5b9f9c48ddefc9288)
63

74
# react-native-qrcode-svg
85

@@ -153,7 +150,11 @@ import RNFS from "react-native-fs"
153150
})
154151
}
155152
```
153+
## Development and testing
154+
This library comes with an Example App. You can find it in the directory `./Example`.
155+
Use the app to easily test your changes to `react-native-qrcode-svg` and when developing new features.
156156

157+
Read more details in the dedicated [README](/Example/README.md).
157158

158159
## Dependencies
159160

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"peerDependencies": {
5353
"react": "*",
5454
"react-native": ">=0.63.4",
55-
"react-native-svg": ">=13.2.0"
55+
"react-native-svg": ">=14.0.0"
5656
},
5757
"dependencies": {
5858
"prop-types": "^15.8.0",

0 commit comments

Comments
 (0)