From 9d9eab83e726c0778f7ff92d74a7a84a671994e1 Mon Sep 17 00:00:00 2001 From: kdn0325 Date: Sat, 4 May 2024 22:51:20 +0900 Subject: [PATCH] docs: example description --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 8b3e7da..f5c0cf9 100644 --- a/README.md +++ b/README.md @@ -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