Closed Prisoner-debugger closed 2 years ago
placeholder?
could you please provide any images how it should looks like?
this is as close I have gotten, I don't know how to change the color of X
Try this:
style={[styles.cell, isFocused && styles.focusCell, !symbol && {color: 'red'} ]}
^^^ if no symbol apply red color
Thanks a lot it worked
Hi! I'm new at programming and I have a dumb question : Do we have a way to create a placeholder if yes then how will it be styled?