Answer the question
In order to leave comments, you need to log in
How to update a fragment in react native?
How to delete an object by reference?
<TouchableHighlight {...props} ref={this.myRef} style={[{ borderColor: 'white', borderWidth: 1, backgroundColor: isFocus ? this.borderColor : this.borderColorOld }, props.style]}>
<Text style={{ fontFamily: 'Roboto-Light', color: !isFocus ? this.borderColor : 'black', fontSize: RFPercentage(2.5),justifyContent:'center' }}>{props.text}</Text>
</TouchableHighlight>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question