Home

Awesome

React Native Flurry SDK (react-native-flurry-sdk)

npm platform licence

A React Native plugin for Flurry SDK

Table of contents

Installation

  1. Install Flurry SDK module by npm

    npm install react-native-flurry-sdk --save
    
  2. If you are using React Native >= 0.60, install CocoaPods dependency

    cd ios && pod install && cd ..
    

    If you are using React Native < 0.60, link React Native dependency

    react-native link react-native-flurry-sdk
    
  3. Add Flurry JS code

    import Flurry from 'react-native-flurry-sdk';
    

Android

iOS

tvOS

Example

API Reference

See Android-(FlurryAgent) / iOS-(Flurry) for the Flurry references.

Support

License

Copyright 2022 Yahoo Inc.

This project is licensed under the terms of the Apache 2.0 open source license. Please refer to LICENSE for the full terms.