Skip to content

Commit

Permalink
Merge pull request #613 from radko93/patch-2
Browse files Browse the repository at this point in the history
Remove Typescript definitions from project
  • Loading branch information
Benoît Delmaire authored Oct 29, 2019
2 parents 6730b5e + feecfd1 commit e129aa3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 106 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Swiper component for React Native featuring **previews**, **multiple layouts**,
$ npm install --save react-native-snap-carousel
```

If you're using Typescript you should also install type definitions:
```bash
$ npm install --save @types/react-native-snap-carousel
```


```javascript
import Carousel from 'react-native-snap-carousel';

Expand Down
106 changes: 0 additions & 106 deletions src/index.d.ts

This file was deleted.

0 comments on commit e129aa3

Please sign in to comment.