spokestack / react-native-spokestack

Spokestack: give your React Native app a voice interface!
https://spokestack.io
Apache License 2.0
56 stars 13 forks source link

app crashed with cellular data #110

Open DarioCabas opened 2 years ago

DarioCabas commented 2 years ago

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

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.

jonra1993 commented 2 years ago

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