react-native-spokestack icon indicating copy to clipboard operation
react-native-spokestack copied to clipboard

app crashed with cellular data

Open DarioCabas opened this issue 3 years ago • 1 comments

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.

DarioCabas avatar Mar 25 '22 18:03 DarioCabas

This PR https://github.com/spokestack/react-native-spokestack/pull/112 solve the cellular bug

jonra1993 avatar Apr 12 '22 17:04 jonra1993