Getting started
Installation
Our JOIN Stories React Native SDK. You can install package like this :
npm install @join-stories/react-native-widgets
Configuration
Before using any feature offered by the SDK, you have to initialize it.
To do so, you will need a JOIN Stories team ID and then call:
import { JoinStories } from "@join-stories/react-native-widgets";
useEffect(() => {
JoinStories.init("TEAM_ID");
}
We recommend that you perform this operation in your main screen, for example index.tsx.
Compatibility
Android
JoinStories SDK targets Android API 21 or highter
Gradle: SDK is compatible with gradle version v7.+ .Compatibility with version v8.+ will come later.
iOS
JoinStories SDK targets iOS 11 or highter