appcenter-sdk-react-native
appcenter-sdk-react-native copied to clipboard
Development repository for the App Center SDK for React Native
We are shipping a desktop application using React Native Windows, and want to evaluate using Mobile Center. Is Mobile Center totally incompatible with Windows applications, or does someone just need...
### **Description** Calling `await Crashes.setEnabled(true)` or `await Crashes.setEnabled(false)` results in the following warnings: ``` WARN `new NativeEventEmitter()` was called with a non-null argument without the required `addListener` method. WARN `new...
i hate hate hate cocoapods, and many other people do. could you please add carthage support? also some better instructions on how to add the react native sdk manually. thanks.
I have a situation where I am having separate apps on AppCenter but all of the apps use same repo. So these different apps are just white label versions of...
Hey y'all, It seems like currently, there is no way to notify a user to download a new `ipa` or `apk` file when appCenter has been updated similar to what...
**Edit:** This is not a mobile-center-sdk-react-native issue, but rather related to ˋreact-native linkˋ and the way it deals with cocoa pods. see [https://github.com/expo/expo/issues/254](https://github.com/expo/expo/issues/254) and [https://github.com/facebook/react-native/pull/15460](https://github.com/facebook/react-native/pull/15460) ——— I think this is...
Hi, This is Analytics.trackEvent type ``` export function trackEvent( eventName: string, properties?: {[p: string]: string} | undefined): Promise ``` Internally Azure allows numbers, booleans and undefined values to be there...
It's a bit unconventional to have to source a .json files during build time if we want to parameterize (via ENV variables) the app_secret. Usually with other SDK app secrets...
### **Description** We're working on a ReactNative MacOS app & want to finish integrating AppCenter using the ReactNative wrapper. I've done the changes to add MacOS targets for AppCenter-React Native-Analytics/Push/Crashes...
Hey everyone, We had a few customers who experienced the following issue recently and think it's a good idea to open a GH issue for better visibility: If your RN...