Skip to content

Commit 79eb97e

Browse files
committed
Example is upgraded
1 parent 9c6ef0a commit 79eb97e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

example/App.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const App = () => {
4444
<RNTextInput
4545
inputRef={(ref: any) => (_inputRef = ref)}
4646
placeholder="E-mail"
47+
disableButton
4748
onChangeText={(text: string) => console.log("Text: ", text)}
4849
onPress={() => _inputRef?.focus()}
4950
/>

example/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -733,10 +733,10 @@
733733
"resolved" "https://registry.npmjs.org/@freakycoder/react-native-bounceable/-/react-native-bounceable-0.2.4.tgz"
734734
"version" "0.2.4"
735735

736-
"@freakycoder/react-native-text-input@^0.1.7":
737-
"integrity" "sha512-DizfEaT5XTXkHDgl54u9sMrmrxAL6KnPxK31UJVk437v4tYBN9mM/YdkR0lwc+4I6VILLjX9FuA4eqrQqaRHCA=="
738-
"resolved" "https://registry.npmjs.org/@freakycoder/react-native-text-input/-/react-native-text-input-0.1.7.tgz"
739-
"version" "0.1.7"
736+
"@freakycoder/react-native-text-input@^0.1.8":
737+
"integrity" "sha512-lEVXEl6WJStG0jVtfP2fgp9JUawA5JcnvbShnOWhu3yaTNxz/QK3u/eDUdQrzm9xJXlvBpcFPvFRk/jdGQLDxg=="
738+
"resolved" "https://registry.npmjs.org/@freakycoder/react-native-text-input/-/react-native-text-input-0.1.8.tgz"
739+
"version" "0.1.8"
740740

741741
742742
"integrity" "sha512-QD1PhQk+s31P1ixsX0H0Suoupp3VMXzIVMSwobR3F3MSUO2YCV0B7xqLcUw/Bh8yuvd3LhpyqLQWTNcRmp6IdQ=="

0 commit comments

Comments
 (0)