maxkomarychev / react-native-ultimate-config

Config that works
MIT License
260 stars 31 forks source link

Error React Native IOS Undefined symbol: _RCTRegisterModule #127

Open GustavoVerdugo opened 1 year ago

GustavoVerdugo commented 1 year ago

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: "0.68.5" Ultimate Config Version: "4.0.0"

maxkomarychev commented 1 year ago

There was a massive refactoring made to the library and this problem could have been fixed in a new version 4.1.0-alpha.0 (https://github.com/maxkomarychev/react-native-ultimate-config/pull/128)

Please give it a try!! Thank you!