Skip to content

Commit 7bd428f

Browse files
committed
Removed Row components (superseded by NativeBase)
1 parent 4728f04 commit 7bd428f

File tree

7 files changed

+0
-442
lines changed

7 files changed

+0
-442
lines changed

example/src/App.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import PickerExample from "./PickerExample";
4848

4949
// import ProgressIndicatorExample from "./ProgressIndicatorExample.js";
5050
// import ProgressExample from "./ProgressExample";
51-
// import RowExample from "./RowExample";
5251

5352
import SliderExample from "./SliderExample";
5453
import SwitchExample from "./SwitchExample";
@@ -112,8 +111,6 @@ const ROUTES = {
112111
Picker: PickerExample,
113112
// ProgressBar: ProgressExample,
114113
// ProgressIndicator: ProgressIndicatorExample,
115-
// TODO fix Row (spacing problem)
116-
// Row: RowExample,
117114
// TODO (componentWillReceieveProps insider slider component)
118115
Slider: SliderExample,
119116
Switch: SwitchExample,

example/src/RowExample.js

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

packages/core/src/components/Row.tsx

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

packages/core/src/components/RowBodyIcon.tsx

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

packages/core/src/components/RowHeadlineImageCaption.tsx

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

0 commit comments

Comments
 (0)