Skip to content

Commit aaba658

Browse files
committed
fix: reanme
1 parent f42d34f commit aaba658

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @minkyum/react-native-switch
1+
# @minkyumdev/react-native-switch
22

33
A customizable and animated switch component for React Native built with `react-native-reanimated`.
44

@@ -15,9 +15,9 @@ A customizable and animated switch component for React Native built with `react-
1515
## Installation
1616

1717
```bash
18-
npm install @minkyum/react-native-switch
18+
npm install @minkyumdev/react-native-switch
1919
# or
20-
yarn add @minkyum/react-native-switch
20+
yarn add @minkyumdev/react-native-switch
2121
```
2222

2323
### Peer Dependencies
@@ -53,7 +53,7 @@ No additional setup required for Android.
5353
```tsx
5454
import React, { useState } from 'react';
5555
import { View } from 'react-native';
56-
import Switch from '@minkyum/react-native-switch';
56+
import Switch from '@minkyumdev/react-native-switch';
5757

5858
function App() {
5959
const [isEnabled, setIsEnabled] = useState(false);
@@ -183,7 +183,7 @@ See the [Props](#props) table above for detailed information.
183183
#### Example
184184

185185
```tsx
186-
import Switch from '@minkyum/react-native-switch';
186+
import Switch from '@minkyumdev/react-native-switch';
187187

188188
function MyComponent() {
189189
const [enabled, setEnabled] = useState(false);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@minkyum/react-native-switch",
2+
"name": "@minkyumdev/react-native-switch",
33
"version": "1.0.0",
44
"description": "A customizable switch component for React Native",
55
"main": "dist/index.js",

0 commit comments

Comments
 (0)