TestFairy for React Native Apps

TestFairy is a mobile quality platform that helps mobile teams automate your app distribution, streamline your development process, manage feedback cycles, and deliver faster & better to market. All this, in a highly secure, enterprise-grade environment. TestFairy works Great with React Native!

Testfairy
shape

How to add TestFairy to a React Native project

1. Automatic Installation

From your project root, run the following commands:

npm install --save react-native-testfairy

If you're using React Native > 0.60.0, you will need to run the following command in your ios directory

cd ios
pod install

2. Usage

You can now enable session recording with TestFairy:

const TestFairy = require('react-native-testfairy');
...
componentWillMount: function() {
    TestFairy.begin(<insert ios app token here>);
}

Articles from our blog about React Native

Cloud Architecture
That Fits Your Enterprise

Build

Your App

Upload

To TestFairy

DISTRIBUTE

App to Users

perform

Testing

Collect

User Feedback

Collect

Crash Reports

Post issues

Automatically
main picture
shape