Add scale to models

This commit is contained in:
John Lyon-Smith
2018-05-15 15:52:24 -07:00
parent c3546be1a1
commit 5c135dd7ea
3 changed files with 11 additions and 35 deletions

View File

@@ -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 }}