Relative Content

Tag Archive for iosreact-nativecocoapods

React native pod file use_modular_headers! throwing Redefinition of module ‘ReactCommon’ error

I have created a sample react native project npx react-native init MyNewProject I added pod dependency in ios pod file I added use_modular_headers! Getting error as Redefinition of module ‘ReactCommon’ error in xcode project in vs code getting below error enter image description here target ‘MyNewProject’ do config = use_native_modules! use_react_native!( :path => config[:reactNativePath], # […]