react-native-spokestack
react-native-spokestack copied to clipboard
app crashed with cellular data
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.
This PR https://github.com/spokestack/react-native-spokestack/pull/112 solve the cellular bug