Govarthanan Venunathan

Results 14 comments of Govarthanan Venunathan

Installing “[email protected]” failed. Failed to install react because Git was not found. The react package has module dependencies that cannot be installed without Git. You need to install Git and...

Try with this https://github.com/beefe/react-native-picker/issues/162

Try with this https://github.com/beefe/react-native-picker/issues/162#issuecomment-376562920

Try with this https://github.com/beefe/react-native-picker/issues/162

Hi, I have found some update for the depreciation changes, [https://github.com/73R3WY/react-native-svg-animations/blob/master/utils/AnimatedSVGBrush/index.js](https://github.com/73R3WY/react-native-svg-animations/blob/master/utils/AnimatedSVGBrush/index.js) In above file you can please replace the method and code `componentWillReceiveProps(nextProps) { this.updateCache(nextProps); if (nextProps.strokeDasharray !== this.props.strokeDasharray) {...

I am also getting this error ExceptionsManagerModule.java line 83 com.facebook.react.modules.core.ExceptionsManagerModule.reportException Logs also not showing properly Fatal Exception: com.facebook.react.common.c TypeError: s is not a function. (In 's()', 's' is undefined), stack:...

Please try with try...catch block ``` const onPay = async () => { try { const paymentRequest = new global.PaymentRequest(METHOD_DATA, DETAILS); let respons = await paymentRequest.show(); } catch (e){ //...

Try this https://github.com/d-band/gantt/issues/6#issuecomment-376748661

Don't forget to add assets for the env files in pubspec.yaml ``` assets: - .env - .env.dev - .env.stg - .env.prd ``` Create "environment.dart" file any whare in project ```...

Till facing this below issue in android [TypeError: null is not an object (evaluating '_$$_REQUIRE(_dependencyMap[7], "./foundation").DdSdk.initialize')] "@datadog/mobile-react-native": "^1.0.0-rc5", "@datadog/mobile-react-navigation": "^1.0.0-rc5",