Skip to content

Commit

Permalink
feat(tooling): Move typescript declarations locally
Browse files Browse the repository at this point in the history
  • Loading branch information
iRoachie committed Oct 12, 2017
1 parent a255344 commit 1baed78
Show file tree
Hide file tree
Showing 4 changed files with 2,249 additions and 12 deletions.
6 changes: 0 additions & 6 deletions default_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ yarn add react-native-elements
```
npm i react-native-elements --save
```

### Additional Step for Typescript

```
yarn add --dev @types/react-native-elements
```
6 changes: 0 additions & 6 deletions docs/Installation/default_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,3 @@ yarn add react-native-elements
```
npm i react-native-elements --save
```

### Additional Step for Typescript

```
yarn add --dev @types/react-native-elements
```
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.17.0",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dabit3/React-Native-Elements.git"
Expand Down
Loading

0 comments on commit 1baed78

Please sign in to comment.