The integration guide is https://docs.firework.tv/react-native-sdk/integration-guide-v2
- Get the Firework app ID from our business team.
- In
./FireworkRNSDKSample/ios/FireworkSdkExample/Info.plist, set the value ofFireworkVideoAppIDkey to the Firework app ID. - In
./FireworkRNSDKSample/android/app/build.gradle, set the value offw_appid_productionto the Firework app ID.
cd FireworkRNSDKSamplenpm installnpm run ios_pod_install
- Get the channel id and playlist id for the shopping playlist.
- In
./FireworkRNSDKSample/src/config/Feed.json, use the channel id and playlist id to update the value ofdefaultShoppingPlaylist
npm run ios
npm run android