A
A
Artem2020-05-22 12:41:12
React
Artem, 2020-05-22 12:41:12

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>


How do you delete an object if you have a reference to it?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question