react-native-hockeyapp
react-native-hockeyapp copied to clipboard
HockeyApp integration for React Native with Android and iOS support
The use of 'compile' in build.gradle is deprecated in favor or 'implementation' and/or 'api'
New apk is downloaded but cannot install as there is change in 'Install apps from unknown sources' in Oreo. Refer: https://developer.android.com/about/versions/oreo/android-8.0-changes#security-all (scroll little down to unkown sources) This can be...
I'm pretty sure that this doesn't have any to do with this fantastic library itself! I just want to know, if there are other RN-developers out there facing the same...
**Solved see 2nd comment below** I ran my react-native (non-expo i.e. disconnected) app with `react-native run-android` (on my pc) and got an App-Debug.apk I uploaded that and it seems it...
For my use case, I need to use both HockeyApp and AppCenter pods (AppCenter doesn't support feedback yet). Unfortunately, including both causes an error at compile time due to overlapping...
I followed the steps mentioned in the guide "https://www.npmjs.com/package/react-native-hockeyapp". Build for the app is also successful. But When I run my release.apk, It silently does nothing and install is not...
In android manifest file, add:
For those of us who have to install using cocoapods, please add tagged releases so podspec works. https://github.com/benloopcompany/react-native-hockeyapp/blob/master/HockeyAppReactNative.podspec#L13. I had to patch to remove the tag, and just pull master....
The current README specifies to add the following line to the Podfile: ``` pod "HockeySDK" ``` But this does **not** install the full SDK which enables the feedback feature, for...