Does anybody have a preferred way of synchronising...
# multiplatform
c
Does anybody have a preferred way of synchronising configuration values for app flavors between Android and iOS? I guess I’m looking for something similar to this utility for React Native: https://github.com/luggit/react-native-config
m
I’ve been using BuildKonfig: https://github.com/yshrsmz/BuildKonfig It’s not perfect, as per the README:
So to mimick product flavor capability of Android, we need to provide additional property in order to determine flavors.
c
Thanks, was not aware of that
👍 1