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

0.1.4 • 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


Package Sidebar

Install

npm i react-native-bytebrew-sdk

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

4.64 MB

Total Files

59

Last publish

Collaborators

  • bytebrew