TypeError:undefined is not an object (evaluating context._currentValue = currentValue)

修复 TypeError: undefined is not an object (evaluating 'context._currentValue = currentValue')的报错

package.js里面reactreact-native 改成以下版本:

“react”: “16.3.1”
“react-native”: “^0.57.0”

之前是:”react”: “16.3.0-rc.0”