Skip to content

Commit

Permalink
chore: improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hadnet committed Sep 20, 2022
1 parent fac4eb7 commit 6f44132
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,37 @@ A nice RN Skeleton using Reanimated for better performance (WIP)

## Installation

```sh
yarn add @hadnet/react-native-skeleton
```

```sh
npm install @hadnet/react-native-skeleton
```

### Dependencies

```sh
yarn add react-native-linear-gradient @react-native-masked-view/masked-view @react-native-reanimated
```

```sh
npm install react-native-linear-gradient @react-native-masked-view/masked-view @react-native-reanimated
```

##### add 'react-native-reanimated/plugin' to your babel.config.js file

```json
plugins: [
// ...
'react-native-reanimated/plugin', // at the end
]
```

```sh
cd ios && pod install && cd ..
```

## Usage

```tsx
Expand Down

0 comments on commit 6f44132

Please sign in to comment.