mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-17 21:06:38 +00:00
TESTFAIRY-1906: Fixed README
This commit is contained in:
parent
d3d95aa8e8
commit
62fef1a5ca
10
README.md
10
README.md
@ -9,11 +9,11 @@ TestFairyBridge
|
||||
3. Go to `node_modules` ➜ `react-native-testfairy` ➜ `ios` and add all files.
|
||||
4. Add libTestFairy.a from the linked project to your project properties ➜ "Build Phases" ➜ "Link Binary With Libraries"
|
||||
5. Next you will have to link a few more SDK framework/libraries which are required by TestFairy (if you do not already have them linked.) Under the same "Link Binary With Libraries", click the + and add the following:
|
||||
1. CoreMedia.framework
|
||||
2. CoreMotion.framework
|
||||
3. AVFoundation.framework
|
||||
4. SystemConfiguration.framework
|
||||
5. OpenGLES.framework
|
||||
*. CoreMedia.framework
|
||||
*. CoreMotion.framework
|
||||
*. AVFoundation.framework
|
||||
*. SystemConfiguration.framework
|
||||
*. OpenGLES.framework
|
||||
|
||||
## Usage
|
||||
Once the native library has been added to your project, you can now enable session recording with TestFairy. You will need an iOS app token, which you can get from your [preferences](http://app.testfairy.com/settings/) page on your TestFairy account.
|
||||
|
Loading…
x
Reference in New Issue
Block a user