Skip to content

Releases: lugg/react-native-config

v1.2.0

26 May 14:14
Compare
Choose a tag to compare

Release Notes

  • Fix incorrect default env path on iOS #453
  • Fixed regenerating config on each build #458
  • [ios] App extensions support #456
  • create GeneratedInfoPlistDotEnv.h for Info.plist preprocessing #457
  • using root properties for versions (latest rn) #305
  • Update example project to react-native 0.62.2 #455
  • Documentation updates for installation instructions #303
  • Set iOS deployment target to 9.0 #384

v1.1.0

19 May 18:10
Compare
Choose a tag to compare

Release Notes

  • Update docs to include react-native-config-node #369
  • Update docs to include Dexguard keep resource rule #447
  • Support spaces in iOS .env file #393
  • Add ouput file to podspec #454

v1.0.0

19 May 17:51
Compare
Choose a tag to compare

Release Notes

  • fix podspec for pod install from git #385
  • Update react-native to 0.60.5 #383
  • Update index.d.ts #347
  • Fix error in README troubleshooting section #397
  • always set default value instead of .env #373
  • change google() before jcenter() #324
  • Resolving '//' in xcconfig values so that urls can be used #374
  • Remove delete of envfile #404

v0.2.0

07 Dec 02:12
Compare
Choose a tag to compare
  • Now supporting plists in iOS
  • Alternate way to pick different env files in Android

Thanks @mlanter!

v0.1.0

14 Sep 02:32
Compare
Choose a tag to compare
  • Expose the config vars for iOS classes too
  • Do not fail the build if .env doesn't exist
  • Support for commenting out lines in iOS too
  • Added instructions to workaround issues with Proguard