Skip to content

Commit 2d1c9b4

Browse files
committed
Fix demo main screen search UI
1 parent a4e38ff commit 2d1c9b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

demo/src/screens/MainScreen.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ import {
1111
View,
1212
Text,
1313
TouchableOpacity,
14-
TextField,
1514
Image,
1615
Button,
17-
TabController
16+
TabController,
17+
Incubator
1818
} from 'react-native-ui-lib'; //eslint-disable-line
1919
import {navigationData} from './MenuStructure';
2020

21+
const {TextField} = Incubator;
2122
const settingsIcon = require('../assets/icons/settings.png');
2223
const chevronIcon = require('../assets/icons/chevronRight.png');
2324

0 commit comments

Comments
 (0)