1
1
<img alt =" React Native Typescript Library Boilerplate " src =" assets/logo.png " width =" 1050 " />
2
2
3
- [ ![ Battle Tested ✅] ( https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-typescript-library-boilerplate )
3
+ [ ![ Battle Tested ✅] ( https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-typescript-library-starter )
4
4
5
- [ ![ React Native Typescript Library Boilerplate] ( https://img.shields.io/badge/-Extremely%20easy%20to%20create%20a%20React%20Native%20Component%20Library%20with%20both%20Stateful%20and%20Functional%20Component%20Examples-orange?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-typescript-library-boilerplate )
5
+ [ ![ React Native Typescript Library Boilerplate] ( https://img.shields.io/badge/-Extremely%20easy%20to%20create%20a%20React%20Native%20Component%20Library%20with%20both%20Stateful%20and%20Functional%20Component%20Examples-orange?style=for-the-badge )] ( https://github.com/WrathChaos/react-native-typescript-library-starter )
6
6
7
- [ ![ npm version] ( https://img.shields.io/npm/v/react-native-typescript-library-boilerplate .svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-typescript-library-boilerplate )
8
- [ ![ npm] ( https://img.shields.io/npm/dt/react-native-typescript-library-boilerplate .svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-typescript-library-boilerplate )
7
+ [ ![ npm version] ( https://img.shields.io/npm/v/react-native-typescript-library-starter .svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-typescript-library-starter )
8
+ [ ![ npm] ( https://img.shields.io/npm/dt/react-native-typescript-library-starter .svg?style=for-the-badge )] ( https://www.npmjs.com/package/react-native-typescript-library-starter )
9
9
![ Platform - Android and iOS] ( https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge )
10
10
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge )] ( https://opensource.org/licenses/MIT )
11
11
[ ![ styled with prettier] ( https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge )] ( https://github.com/prettier/prettier )
@@ -42,7 +42,7 @@ Build completed!
42
42
Add the dependency:
43
43
44
44
``` bash
45
- npm i react-native-typescript-library-boilerplate
45
+ npm i react-native-typescript-library-starter
46
46
```
47
47
48
48
## Peer Dependencies
@@ -59,7 +59,7 @@ npm i react-native-typescript-library-boilerplate
59
59
## Import
60
60
61
61
``` jsx
62
- import MyComponent from " react-native-typescript-library-boilerplate " ;
62
+ import MyComponent from " react-native-typescript-library-starter " ;
63
63
```
64
64
65
65
## Fundamental Usage
0 commit comments