Skip to content

Commit d37a461

Browse files
committed
Library is ready to publish and test
1 parent 0dcedf5 commit d37a461

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<p align="center">
1212
<img alt="React Native Rounded Checkbox Group"
13-
src="assets/Screenshots/typescript.jpg" />
13+
src="assets/Screenshots/react-native-rounded-checkbox-group.gif" />
1414
</p>
1515

1616
# Installation
1.21 MB
Loading

assets/Screenshots/typescript.jpg

-28.5 KB
Binary file not shown.

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"name": "react-native-typescript-library-starter",
3-
"version": "1.0.5",
4-
"description": "Extremely easy to create a React Native Component Library with both Stateful and Functional Component Examples.",
5-
"main": "./build/dist/index.js",
6-
"repository": "git@github.com:WrathChaos/react-native-typescript-library-starter.git",
2+
"name": "react-native-rounded-checkbox-group",
3+
"version": "0.1.0",
4+
"description": "Fully customizable react native checkbox group for React Native",
5+
"main": "./build/dist/RoundedCheckboxGroup.js",
6+
"repository": "git@github.com:WrathChaos/react-native-rounded-checkbox-group.git",
77
"author": "FreakyCoder <kurayogun@gmail.com>",
88
"license": "MIT",
99
"homepage": "https://www.freakycoder.com",
10-
"bugs": "https://github.com/WrathChaos/react-native-typescript-library-starter/issues",
10+
"bugs": "https://github.com/WrathChaos/react-native-rounded-checkbox-group/issues",
1111
"keywords": [
12+
"checkbox",
13+
"checkbox-group",
14+
"rounded",
15+
"customizable",
1216
"FreakyCoder",
1317
"freakycoder",
1418
"kuray",
@@ -27,8 +31,7 @@
2731
"postversion": "git push && git push --tags"
2832
},
2933
"peerDependencies": {
30-
"react": ">= 16.x.x",
31-
"react-native": ">=0.63.x"
34+
"react-native-rounded-checkbox": "^0.3.3"
3235
},
3336
"devDependencies": {
3437
"@types/react": "^16.9.53",

0 commit comments

Comments
 (0)