How to access iOS evironment variables or runtime arguments with react-native? -
i want load different configuration depending on evironent (dev, qa, prod). before react-native used node_env , enfivy. in react-native there of isn't global process variable. how access ios evironment variables or runtime arguments react-native?
thanks, georg
i think should write native module can environment variables , export them js.
Comments
Post a Comment