react-native-config 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,7 +35,7 @@ public class RNCConfigPackage extends BaseReactPackage {
35
35
  RNCConfigModule.NAME,
36
36
  RNCConfigModule.NAME,
37
37
  false, // canOverrideExistingModule
38
- false, // needsEagerInit
38
+ true, // needsEagerInit
39
39
  false, // hasConstants
40
40
  false, // isCxxModule
41
41
  isTurboModule // isTurboModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-config",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Expose config variables to React Native apps",
5
5
  "keywords": [
6
6
  "env",