#react-native
#react-native
Вопрос:
я получаю сообщение об ошибке от react-native после обновления с 0.54.0 до 0.59.5
Получение TypeError:
**TypeError: method.bind is not a function. (In 'method.bind((0, _assertThisInitialized2.default)(_this))', 'method.bind' is undefined)
This error is located at:
in Svg (at NumberCircle.js:7)
in NumberCircle (at Overview.js:12)
in RCTView (at View.js:45)
in View (at Overview.js:10)
in Overview (at LandingScreen.js:238)
**
Ответ №1:
он начал работать
я установил react-native-svg 9.3.3 в моем package.json
тогда
npm install
react-native start --reset-cache