Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 18, 2019 12:57
Show Gist options
  • Save amandeepmittal/3c8d805665c1e70f61038fed49b1bed4 to your computer and use it in GitHub Desktop.
Save amandeepmittal/3c8d805665c1e70f61038fed49b1bed4 to your computer and use it in GitHub Desktop.
<View style={styles.textInputContainer}>
<TextInput
style={styles.textInput}
multiline={true}
placeholder="What do you want to do today?"
placeholderTextColor="#abbabb"
/>
<TouchableOpacity>
<Icon name="plus" size={30} color="blue" style={{ marginLeft: 15 }} />
</TouchableOpacity>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment