0.1.5 • Published 2 days ago

react-native-bytebrew-sdk v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

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