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 ofFireworkVideoAppID
key to the Firework app ID. - In
./FireworkRNSDKSample/android/app/build.gradle
, set the value offw_appid_production
to the Firework app ID.
cd FireworkRNSDKSample
npm install
npm 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