Skip to content

Commit dee59c7

Browse files
committed
New Design System 🥳
1 parent 4f65919 commit dee59c7

File tree

10 files changed

+128
-328
lines changed

10 files changed

+128
-328
lines changed

example/App.js

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React from "react";
22
import { SafeAreaView, StatusBar, View } from "react-native";
3-
// import InputBar from "@paraboly/react-native-input-bar";
4-
import InputBar from "./lib/src/InputBar";
3+
import InputBar from "@paraboly/react-native-input-bar";
54

65
const App = () => {
76
return (
@@ -21,11 +20,11 @@ const App = () => {
2120
}}
2221
>
2322
<InputBar
24-
// disableSecondaryIcon
25-
// multiline
26-
// height={null}
27-
// minHeight={50}
28-
// spinnerVisibility={true}
23+
// disableSecondaryIcon
24+
multiline
25+
height={null}
26+
minHeight={50}
27+
spinnerVisibility={true}
2928
/>
3029
</View>
3130
</SafeAreaView>

example/lib/src/InputBar.js

Lines changed: 0 additions & 144 deletions
This file was deleted.

example/lib/src/InputBar.style.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

example/lib/src/components/BarIcon.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

example/lib/src/components/BarIcon.style.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@freakycoder/react-native-helpers": "^0.1.2",
14-
"@paraboly/react-native-input-bar": "0.1.0",
14+
"@paraboly/react-native-input-bar": "0.1.1",
1515
"react": "16.9.0",
1616
"react-native": "0.61.5",
1717
"react-native-androw": "0.0.34",

0 commit comments

Comments
 (0)