electrode-io / electrode-native

A platform to ease integration&delivery of React Native apps in existing mobile applications

Home Page:https://native.electrode.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass config to miniapp and read that config

zeabdelkhalek opened this issue · comments

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.