react-native-bytebrew-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

react-native-bytebrew-sdk

ByteBrew React Native SDK for Android and iOS platforms.

ByteBrew is the free easy to integrate React Native SDK that provides your app/game with Real-Time Analytic Tracking, Monetization Tracking, Attribution, Remote Configs and A/B Testing.

Installation

npm install react-native-bytebrew-sdk

Usage

import ByteBrew from 'react-native-bytebrew-sdk';

// ...

// Initialize the ByteBrew SDK
if(Platform.OS == "android") {
    ByteBrew.Initialize("ANDROID_APP_ID", "ANDROID_SDK_KEY");
} else if(Platform.OS == "ios") {
    ByteBrew.Initialize("IOS_APP_ID", "IOS_SDK_KEY");
}

More Documentation

Checkout our ByteBrew developer docs React-Native-Docs

Getting Started With ByteBrew

ByteBrew Dashboard: Setup your mobile games and view your real-time analytics.

Create your ByteBrew account to access the dashboard, or if you do have an account login here.

Community

Join our Community of Developers on Discord here!

License

MIT


Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i react-native-bytebrew-sdk

    Weekly Downloads

    2

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    1.87 MB

    Total Files

    76

    Last publish

    Collaborators

    • bytebrew