All Questions

9 questions with no upvoted or accepted answers
Filter by
Sorted by
Tagged with
3 votes
0 answers
691 views

React Native app not detected by Fabric

I want to integrate Fabric in my react native application from https://github.com/corymsmith/react-native-fabric. I have followed the instructions provided in its documentation: Installed the Fabric ...
user avatar
2 votes
0 answers
374 views

Changing Fabric API Key and Build Secret programmatically

I have an app that is intended only for a small audience and the only way to determine if a user belongs in that audience is by logging in. Therefore, I would like Fabric to start collecting data ...
user avatar
  • 7,296
2 votes
0 answers
475 views

react-native-firebase Crashlytics getting error on Android

I followed the steps in https://rnfirebase.io/docs/v4.3.x/installation/android for the react-native-firebase and specifically Crashlytics but when I run it on Android and try to use any of Crashlytics ...
user avatar
  • 153
1 vote
0 answers
36 views

Crash insight not showing in fabric android

Using fabric with react-native android. It shows crash count and details. But not any details in crash insights- we are still collection data
user avatar
1 vote
1 answer
92 views

Fabric issue App not showing after following instruction

I have carefully followed the instruction from fabric (https://fabric.io/kits/ios/crashlytics/manual-install) to install crashlytics in my app. However I cannot select my app after the instruction ...
user avatar
  • 316
0 votes
2 answers
2k views

RCTLog.h file not found error in Xcode, after adding import files in React Native app for Fabric crashlytics logs

I installed Fabric with crashlytics in my React native app. Sometimes it is s a big problem to catch the error even if you have this setup in your app, because crashlytics don't show you the whole ...
user avatar
  • 1,212
0 votes
1 answer
808 views

React native - The signal SIGILL has a non-Crashlytics handler (<redacted>). This will interfere with reporting

When I add Crashlytics to react native project (iOS) and run on the real device. I see the log: The signal SIGILL has a non-Crashlytics handler (<redacted>). This will interfere with reporting....
user avatar
  • 1,715
0 votes
1 answer
372 views

How to secure fabric_api key in react-native ios?

I have stored fabric_api key in Info.plist file.But I don't want to include my key and secret in the info.plist file when the the app is live. what is the best way to keep fabric/crashlytics key ...
user avatar
0 votes
1 answer
2k views

React-Native: How do use react native fabric?

I use https://github.com/corymsmith/react-native-fabric, https://fabric.io/home library, I have done follow tutorial. But I can't create app on https://fabric.io/home after I run app on Android ...
user avatar