Skip to content

Commit 1877cd7

Browse files
committed
New typescript part is here
1 parent bccebc3 commit 1877cd7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+50
-10060
lines changed

β€Ž.prettierrc.jsβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
bracketSpacing: true,
3+
jsxBracketSameLine: false,
4+
singleQuote: false,
5+
trailingComma: "all",
6+
tabWidth: 2,
7+
semi: true,
8+
};

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<img alt="React Native Library Boilerplate" src="assets/logo.png" width="1050"/>
22

3-
4-
# WORK IN PROGRESS ! DO NOT USE THIS LIBRARY FOR NOW !
3+
# WORK IN PROGRESS ! DO NOT USE THIS LIBRARY FOR NOW!
54

65
[![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)
76

8-
9-
[![React Native Library Boiler Plate](https://img.shields.io/badge/-React%20Native%20Library%20Boilerplate-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-library-boilerplate)
10-
7+
[![React Native Library Boilerplate](https://img.shields.io/badge/-React%20Native%20Library%20Boilerplate-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-library-boilerplate)
118

129
[![npm version](https://img.shields.io/npm/v/react-native-library-boilerplate.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-library-boilerplate)
1310
[![npm](https://img.shields.io/npm/dt/react-native-library-boilerplate.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-library-boilerplate)
@@ -20,7 +17,6 @@
2017
src="assets/Screenshots/JSLibraryBoilerplate.png" />
2118
</p>
2219

23-
2420
### Do not forget
2521

2622
```js
@@ -37,7 +33,7 @@ npm i react-native-library-boilerplate
3733

3834
## Peer Dependencies
3935

40-
###### IMPORTANT! You need install them
36+
<h5><i>IMPORTANT! You need install them</i></h5>
4137

4238
```js
4339
"react": ">= 16.x.x",
@@ -48,14 +44,14 @@ npm i react-native-library-boilerplate
4844

4945
## Import
5046

51-
```js
52-
import { Component1, Component2 } from "react-native-library-boilerplate";
47+
```jsx
48+
import MyComponent from "react-native-library-boilerplate";
5349
```
5450

55-
## Component1 Usage
51+
## Fundamental Usage
5652

57-
```js
58-
<Component1 />
53+
```jsx
54+
<MyComponent />
5955
```
6056

6157
# Configuration - Props

β€Žexample/.buckconfigβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žexample/.eslintrc.jsβ€Ž

Lines changed: 0 additions & 6 deletions
This file was deleted.

β€Žexample/.gitattributesβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žexample/.gitignoreβ€Ž

Lines changed: 0 additions & 64 deletions
This file was deleted.

β€Žexample/.watchmanconfigβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

β€Žexample/App.tsxβ€Ž

Lines changed: 0 additions & 119 deletions
This file was deleted.

β€Žexample/__tests__/App-test.tsxβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Žexample/android/app/_BUCKβ€Ž

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
Β (0)