Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed May 14, 2024
1 parent 5617836 commit 57df36b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@ Audio recorder for your React Native apps 🎙️

<img alt="Expo Recorder" src="preview.gif" width="300px" />

This is a wrapper component that implements [Expo Audio](https://docs.expo.dev/versions/latest/sdk/audio/). Features an animated Waveform for your recording needs. 💪
This is a wrapper component that implements [Expo Audio](https://docs.expo.dev/versions/latest/sdk/audio/) and features an animated waveform for your recording needs. 💪

## Installation

```sh
npx expo install @lodev09/expo-recorder react-native-reanimated react-native-gesture-handler
```

### Dependencies

You might want to check out the individual installation instructions from this package's dependencies.

* [`expo-av`](https://docs.expo.dev/versions/latest/sdk/av/)
* [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/)
* [`react-native-gesture-handler`](https://docs.swmansion.com/react-native-gesture-handler/docs/)

## Usage

```tsx
Expand Down

0 comments on commit 57df36b

Please sign in to comment.