react-native-ultimate-config icon indicating copy to clipboard operation
react-native-ultimate-config copied to clipboard

Config that works

Results 48 react-native-ultimate-config issues
Sort by recently updated
recently updated
newest added

Hi, I am having the next problem while building project with RN 0.71.2 (new architecture enabled ): In file included from ..UltimateConfig.m:1: ..UltimateConfig.h:3:9: fatal error: 'RNUltimateConfigSpec.h' file not found Ultimate...

question

Hello, I'm working on a white-label react native app where I have an env file per app version so each version has its own variable values. Now I also have...

question

Hi. This is just a minor documentation issue. Step 4 in [docs/quickstart.md](https://github.com/maxkomarychev/react-native-ultimate-config/blob/master/docs/quickstart.md) instructs to do: ``` "rnuc": "$(npm bin)/rnuc" ``` But [`npm bin` has been removed in Node 18.14](https://nodejs.org/en/blog/release/v18.14.0). It...

hi @maxkomarychev, thank you very much for this library! Not sure if something in my setup is wrong, but in order to use the env variables in Objective-c I had...

# Describe the bug ![image](https://github.com/maxkomarychev/react-native-ultimate-config/assets/79088170/4f675a43-0754-47c9-9fcd-cba46b7bf85f) When start for android i have this error # Steps to Reproduce run this command echo \"STORYBOOK=true\" > .env && yarn rnuc .env && yarn...

Bumps [activesupport](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies
ruby

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

Error React Native IOS Undefined symbol: _RCTRegisterModule in Build react-native-ultimate-config I changed de `s.dependency "React" to s.dependency "React-Core` but still not working I can't find the solution React Native version:...

question