Skip to content

Commit a377159

Browse files
committed
Example is updated
1 parent 5b886f6 commit a377159

File tree

6 files changed

+6172
-6147
lines changed

6 files changed

+6172
-6147
lines changed

example/App.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import {
66
SafeAreaView,
77
TouchableOpacity,
88
} from "react-native";
9-
// import RNTextInput from "@freakycoder/react-native-text-input";
10-
import RNTextInput from "./lib/RNTextInput";
9+
import RNTextInput from "@freakycoder/react-native-text-input";
1110

1211
const App = () => {
1312
let _inputRef: TextInput | null = null;

example/lib/RNTextInput.style.ts

-43
This file was deleted.

example/lib/RNTextInput.tsx

-85
This file was deleted.
-785 Bytes
Binary file not shown.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-bounceable": "^0.2.4",
14-
"@freakycoder/react-native-text-input": "^0.1.1",
14+
"@freakycoder/react-native-text-input": "^0.1.2",
1515
"react": "16.13.1",
1616
"react-native": "0.63.3"
1717
},

0 commit comments

Comments
 (0)