onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[BUG] BaseURL not being used when fetching config #208

Closed jribbink closed 1 year ago

jribbink commented 1 year ago

Current Behavior

When fetching the config from the dev wallet, the baseURL is not being used properly, leading to issues in Android or non-simulator devices.

Expected Behavior

Should replace localhost:8701 with baseUrl in the ConfigContext

Steps To Reproduce

  1. try to use RN authentication in android and it will fail

Environment

N/A

What are you currently working on that this is blocking?

No response