functionland / fx-components

Monorepo for File Manager and Box apps with accompanying mobile design system components.
https://docs.fx.land/functionyard/fxblox-app
MIT License
5 stars 6 forks source link

blox reset wifi #297

Closed ehsan6sha closed 1 year ago

ehsan6sha commented 1 year ago

Under re-connect to wifi in home screen, if the blox status is connected, it first calls a reset wifi api that sends a command to blox over libp2p to put it in hotspot mode first. After this step the app should go to connect to Hotspot

ehsan6sha commented 1 year ago

Added in rn-fula: https://github.com/functionland/react-native-fula/commit/3254d22373ff9762821db65100e0145b80949272

ghorbani-m commented 1 year ago

@ehsan6sha Right now, the "Reconnect Blox to Wi-Fi" is visible when the device status is "Disconnected", So maybe it is better to add this feature to the settings tab. What do you think?

ehsan6sha commented 1 year ago

done