You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mini-app that will use an API key, make a request to fetch some data, and display it.
The API key must be configured on the native side (iOS/Android), I didn't find a way to pass some parameters from the native to JS side. I want this parameter to be passed in the initialization of the container.
Any Help on how I can achieve that?
Thanks.
The text was updated successfully, but these errors were encountered:
zeabdelkhalek
changed the title
Passing config to miniapp and read that config
Pass config to miniapp and read that config
Jul 30, 2021
Hi, so my use case is the following:
I have a mini-app that will use an API key, make a request to fetch some data, and display it.
The API key must be configured on the native side (iOS/Android), I didn't find a way to pass some parameters from the native to JS side. I want this parameter to be passed in the initialization of the container.
Any Help on how I can achieve that?
Thanks.
The text was updated successfully, but these errors were encountered: