File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 1
- <img alt =" React Native Library Boilerplate " src =" https://github.com/WrathChaos/react-native-library-boilerplate/blob/master/ assets/logo.png" width =" 1050 " />
1
+ <img alt =" React Native Library Boilerplate " src =" assets/logo.png " width =" 1050 " />
2
2
3
3
4
4
[ ![ Battle Tested ✅] ( https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-library-boilerplate )
15
15
16
16
<p align =" center " >
17
17
<img alt="React Native Library Boilerplate"
18
- src="https://github.com/WrathChaos/react-native-library-boilerplate/blob/master/ assets/Screenshots/JSLibraryBoilerplate.png " />
18
+ src="assets/Screenshots/JSLibraryBoilerplate.png" />
19
19
</p >
20
20
21
- ## Installation
21
+ # Installation
22
22
23
23
Add the dependency:
24
24
25
- ### React Native:
26
-
27
25
``` ruby
28
26
npm i react- native- library- boilerplate
29
27
```
@@ -37,29 +35,19 @@ npm i react-native-library-boilerplate
37
35
"react-native": ">= 0.55.x",
38
36
```
39
37
40
- # Your Component Options
41
-
42
- - Option 1 Component
43
- - Option 2 Component
38
+ # Usage
44
39
45
40
## Import
46
41
47
42
``` js
48
43
import { Component1 , Component2 } from " react-native-library-boilerplate" ;
49
44
```
50
45
51
- # Component1 Usage
46
+ ## Component1 Usage
52
47
53
48
``` js
54
49
< Component1 / >
55
- ```
56
-
57
-
58
- # Component2 Usage
59
-
60
- ``` js
61
- < Component2 / >
62
- ```
50
+ ````
63
51
64
52
65
53
### Configuration - Props
@@ -73,9 +61,9 @@ import { Component1, Component2 } from "react-native-library-boilerplate";
73
61
| width | number | 150 | change the button' s width |
74
62
75
63
76
- ### ToDos
64
+ ### Future Plans
77
65
78
- - [x] LICENSE
66
+ - [x] ~~ LICENSE~~
79
67
- [ ] Write an article about the lib on Medium
80
68
81
69
# Change Log
You can’t perform that action at this time.
0 commit comments