Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsch authored Oct 13, 2024
1 parent 79fe3d0 commit d7441ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Hanzi/Kanji writer and stroke order quizzer library for React Native, based on t

Make sure you have the following packages installed in your project before continuing:

- react-native-gesture-handler@^2.8.0
- react-native-reanimated@^2.12.0
- react-native-svg@^13.4.0
- react-native-gesture-handler@^3.0
- react-native-reanimated@^2.0
- react-native-svg@^15.0

## Installation

```sh
# Peer dependencies required for this library to function
npm install react-native-gesture-handler@^2.8.0
npm install react-native-reanimated@^2.12.0
npm install react-native-svg@^13.4.0
npx expo install react-native-gesture-handler
npx expo install react-native-reanimated
npx expo install react-native-svg

# Install this library
npm install @jamsch/react-native-hanzi-writer
Expand Down

0 comments on commit d7441ec

Please sign in to comment.