This repository was archived by the owner on May 6, 2022. It is now read-only.

Description
Describe the bug
Bug appear when I try to run app using cellular data, I the app closed. I try to enabled the allowCellularDownloads to true but it doesn't work(inside Spokestack.initialize(_, _, spokestackConfig).)
Your environment
- Version of react-native-spokestack : "^6.1.4"
- Version of react-native : "0.67.1"
- Device and OS version : Android version 11
Expected behavior
The app should be run normally when a use wifi or cellular data.
Actual behavior
The app only works when I use Wifi, but crashed when I use cellular data
Steps to reproduce
Run the example (https://github.com/spokestack/react-native-spokestack-tray#installation) code and change Wifi network to cellular data.