react-native-hockeyapp icon indicating copy to clipboard operation
react-native-hockeyapp copied to clipboard

HockeyApp integration for React Native with Android and iOS support

Results 28 react-native-hockeyapp issues
Sort by recently updated
recently updated
newest added

I am using the HockeyApp.feedback() for displaying the feedback screen. I need to pre-populate Name and Email and change the UI of it. Is there a way to replace the...

Selector name found in current argument registers: isDebuggerAttached

After following the instructions to setup ios got this error. property 'feedbackManager' not found on object of type 'BITHockeyManager *' Xcode 8 react-native 0.33.0

It seems like I'm missing a step in adding the HockeyApp SDK to my project. I've followed the instructions in this repo, various instructions from HockeyApp, and everything I can...

Hi, using this library for our RN-App (iOS, Android). When user installs the app, no app version is being submitted back to HockeyApp. Any ideas how we can fix this?

I'm working on a hybrid app mixing React Native and a Windows (UWP) application and trying to setup HockeyApp as crash reporter. I have it up on Windows but I...

react-native 0.41.2 react-native-hockeyapp 0.5.1 **Unexpected behavior:** We use the HockeyApp authentication type = 2 (emailPassword). After installing our app and launching it, the HockeyApp authentication screen is presented to the...

Found an issue where Gradle was only looking for react-native within version 0.17 (rather than higher than). There is [syntax for doing "more than"](http://central.sonatype.org/articles/2014/Oct/28/enforcing-valid-dependency-versions/) but I couldn't get it to...

Hi, I got error "Apple Mach-O Linker Error" when trying to build the app from XCode. Could you guys help me to figure out how to fix this issue? Thanks

Is it possible to report JavaScript level exceptions, such as a rejected promise that do not need to crash the app, to hockey app? 🤔 For android it is possible...