Hello people!
So I’m working on a IPFS project that run on a React and React Native app. For the React app I can pass a JSON object and call config.replace(config) from js-ipfs everything works fine. For the React Native I’m using the go-ipfs but there is no config.replace or anything similar. The only thing that I found was the command module https://github.com/ipfs/go-ipfs/tree/master/core/commands
How ever I’m strugling to understand how can I call the command and call "config replace ". Or a correct way to replace or update certains keys from the config itself.