Add scale to models
This commit is contained in:
@@ -338,32 +338,6 @@ export class Home extends React.Component {
|
||||
flexBasis: 0,
|
||||
width: "100%",
|
||||
}}>
|
||||
{/*
|
||||
// TODO: Search feature
|
||||
<View
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
alignItems: "center",
|
||||
width: "100%",
|
||||
height: 40,
|
||||
backgroundColor: "white",
|
||||
}}>
|
||||
<Icon
|
||||
name="search"
|
||||
size={16}
|
||||
style={{ marginLeft: 10, marginRight: 5, tintColor: "gray" }}
|
||||
/>
|
||||
<TextInput
|
||||
style={{ flexGrow: 1, flexBasis: 0, height: "100%" }}
|
||||
underlineColorAndroid="white"
|
||||
placeholder="Search"
|
||||
/>
|
||||
<Icon
|
||||
style={{ marginLeft: 5, marginRight: 10 }}
|
||||
name="cancel"
|
||||
size={16}
|
||||
/>
|
||||
</View> */}
|
||||
<SectionList
|
||||
ref={(ref) => (this.sectionList = ref)}
|
||||
style={{ width: "100%", flexGrow: 1 }}
|
||||
|
||||
Reference in New Issue
Block a user