rahuljain88

Results 4 comments of rahuljain88

Update your gradle-wrapper.properties file with below version. distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip

Thanks David it's works fine with gradle 4.0+ But when i use gradle version 3.6+ and archinamon version is 4.1.0 , still app is crashing with below error java.lang.NoClassDefFoundError: Failed...

Hey master-(atul), Thanks for your quick response. Could you please let me know how I can capture error from nested components? E.g. App -> Header -> Navigation If I have...

Thank you so much for your help .. I am sharing my sample to you .. I have initialized react-native-exception-handler package in index.js , In home.js i used {this.test()} function......