Skip to content

Commit 05f61cb

Browse files
committed
docs: update project description and add presentation gif
- update description in README.md and package.json - add presentation gif to README.md
1 parent ba1f3cb commit 05f61cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
1.6 MB
Loading

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# react-native-input-code-otp
22

3-
react-native-input-code-otp is a high-performance, fully customizable OTP input component for React Native. Built with TypeScript, it ensures smooth rendering and seamless user interactions.
3+
react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired @shadcn/ui.
4+
5+
![Presentation Video](./.github/assets/react-native-input-code-otp.gif)
46

57
## Installation
68

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-input-code-otp",
33
"version": "0.1.2",
4-
"description": "react-native-input-code-otp is a high-performance, fully customizable OTP input component for React Native. Built with TypeScript, it ensures smooth rendering and seamless user interactions.",
4+
"description": "react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired @shadcn/ui.",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
77
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)