File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # @minkyum /react-native-switch
1+ # @minkyumdev /react-native-switch
22
33A 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
5454import React , { useState } from ' react' ;
5555import { View } from ' react-native' ;
56- import Switch from ' @minkyum /react-native-switch' ;
56+ import Switch from ' @minkyumdev /react-native-switch' ;
5757
5858function 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
188188function MyComponent() {
189189 const [enabled, setEnabled] = useState (false );
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments