I have updated my react version, I am having this message warning when any value in giftedform is updated, in my case I am using redux to update the values
<GiftedForm.RowValueWidget
name='sId'
value={this.props.s} />
"react": "^16.13.1",
"react-native": "^0.63.2",