Skip to content

Commit

Permalink
docs: example description
Browse files Browse the repository at this point in the history
  • Loading branch information
kdn0325 committed May 4, 2024
1 parent 0fd06d0 commit 9d9eab8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# React Native Stroke/Outline Text

Want to use text stroke or text outline in React Native? This library is easy to create

## Examples

```
cd example
npm install @kdn0325/react-native-outlined-text
# or
yarn add @kdn0325/react-native-outlined-text
react-native run-ios
react-native run-android
```
![Example]()

## Installation

```bash
Expand Down

0 comments on commit 9d9eab8

Please sign in to comment.