react-native-hockeyapp
react-native-hockeyapp copied to clipboard
HockeyApp integration for React Native with Android and iOS support
According to this for Android: https://support.hockeyapp.net/kb/client-integration-android/customization-options-for-android#-span-id-getdescription-method-getdescription-a-
you can add: lintOptions { disable 'InvalidPackage' } ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-hockeyapp:lint'. > Lint found errors in the...
Hi Folks, Appreciate you making this library. I did want to give you heads up that MS Mobile Center is going to replace hockeyapp. I recently used it (its still...
Hi, thanks for making this package. I think it probably saved me some time. I found that I had to add the url scheme to my Info.plist or else the...
I'm not getting auto update and there is no sessions info on Hockyapp, is that because my app is restricted download? how should i configure this?
The exception is happening while calling `currentActivity.getClass()` inside `RNHockeyAppModule.start` method. We are calling the `start` method from inside `componentDidMount` of our app's main component, just like the documentation suggests. The...
I'm hoping to contribute to this , but there is now a trackEvent method available.
According to https://github.com/bitstadium/HockeySDK-Android/blob/develop/README.md#documentation, > Starting with HockeyApp 3.6.0, you can add additional meta data (e.g. user-provided information) to a crash report. To achieve this call CrashManager.handleUserInput() and provide an instance...