Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'React/RCTDevSettings.h' file not found

Tags:

react-native

I try for del/install pod and node_module folder but the same issue occurred in xcode error Could not find the following native modules: RNCMaskedView, RNReanimated, RNScreens. Did you forget to run pod install ?

like image 698
Prashil Kamble Avatar asked Feb 13 '26 16:02

Prashil Kamble


1 Answers

Make sure these 2 pods are included in your PodFile

pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'

pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'

Then run pod install --repo-update

I got this working using React-native 0.62

like image 163
ICeZer0 Avatar answered Feb 20 '26 11:02

ICeZer0



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!