Overview
React Native Fabric is a library designed to integrate Fabric, Crashlytics, and Answers into React Native applications. It allows developers to easily incorporate these services into their projects to monitor and analyze app performance.
Features
- Fabric/Crashlytics Integration: Seamlessly adds Fabric and Crashlytics capabilities to React Native projects.
- Easy Installation: Provides clear instructions for setting up Fabric/Crashlytics on both iOS and Android platforms.
- Automatic Linking: React Native/rnpm automatically links necessary libraries for iOS and Android once installed.
- Twitter Kit Support: Offers support for Twitter Kit integration for enhanced functionality.
Installation
- Add Fabric/Crashlytics to your project:
- Set up Fabric/Crashlytics in your app by following the instructions on Fabric.io, which includes downloading the SDK and making necessary changes to your project.
- Add react-native-fabric:
- Automatically install with
react-native install react-native-fabricor with rnpm:rnpm install react-native-fabric. - Manually install with
npm install react-native-fabric --saveand follow platform-specific instructions provided in the documentation.
- Automatically install with
Summary
React Native Fabric offers a convenient solution for incorporating Fabric, Crashlytics, and Answers into React Native applications. By providing straightforward installation instructions and automatic linking of necessary libraries, developers can easily enhance their apps with Fabric’s powerful monitoring and analytics capabilities.