Skip to content

Commit e129aa3

Browse files
author
Benoît Delmaire
authored
Merge pull request #613 from radko93/patch-2
Remove Typescript definitions from project
2 parents 6730b5e + feecfd1 commit e129aa3

File tree

2 files changed

+6
-106
lines changed

2 files changed

+6
-106
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ Swiper component for React Native featuring **previews**, **multiple layouts**,
6767
$ npm install --save react-native-snap-carousel
6868
```
6969

70+
If you're using Typescript you should also install type definitions:
71+
```bash
72+
$ npm install --save @types/react-native-snap-carousel
73+
```
74+
75+
7076
```javascript
7177
import Carousel from 'react-native-snap-carousel';
7278

src/index.d.ts

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

0 commit comments

Comments
 (0)