@@ -16,8 +16,8 @@ A small demo showing the animations and an automatic fill in of one-time passwor
1616
1717| Android | iOS |
1818| :-----------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------: |
19- | ![ react-native-animated-code-input android demo] ( assets/react-native-animated-code-input-android.gif ) | ![ react-native-animated-code-input ios demo] ( assets/react-native-animated-code-input-ios.gif ) |
20- | ![ react-native-animated-code-input android sms autofill demo] ( assets/react-native-animated-code-input-android-autofill-sms.gif ) | ![ react-native-animated-code-input ios autofill demo] ( assets/react-native-animated-code-input-ios-autofill-sms.gif ) |
19+ | ![ react-native-animated-code-input android demo] ( https://raw.githubusercontent.com/brains-and-beards/react-native-animated-code-input/master/ assets/react-native-animated-code-input-android.gif) | ![ react-native-animated-code-input ios demo] ( https://github.com/brains-and-beards/react-native-animated-code-input/blob/master/ assets/react-native-animated-code-input-ios.gif?raw=true ) |
20+ | ![ react-native-animated-code-input android sms autofill demo] ( https://raw.githubusercontent.com/brains-and-beards/react-native-animated-code-input/master/ assets/react-native-animated-code-input-android-autofill-sms.gif) | ![ react-native-animated-code-input ios autofill demo] ( https://raw.githubusercontent.com/brains-and-beards/react-native-animated-code-input/master/ assets/react-native-animated-code-input-ios-autofill-sms.gif) |
2121
2222## Getting started
2323
@@ -26,13 +26,13 @@ A small demo showing the animations and an automatic fill in of one-time passwor
2626Install the package with npm.
2727
2828``` bash
29- npm install react-native-animated-code-input
29+ npm install @brainsbeards/ react-native-animated-code-input
3030```
3131
3232or with yarn
3333
3434``` bash
35- yarn add react-native-animated-code-input
35+ yarn add @brainsbeards/ react-native-animated-code-input
3636```
3737
3838### Run example
@@ -51,7 +51,7 @@ yarn add react-native-animated-code-input
5151``` js
5252import React , { FC , useRef , useState , useCallback } from " react" ;
5353import { TextInput , View , StyleSheet } from " react-native" ;
54- import AnimatedCodeInput from " react-native-animated-code-input" ;
54+ import AnimatedCodeInput from " @brainsbeards/ react-native-animated-code-input" ;
5555
5656const App: FC = () => {
5757 const [code , setCode ] = useState< string> (" " );
0 commit comments