Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native Integrating with Existing Apps 'RCTRootView.h' file not found

I want to use React-Native [to integrate with Existing Apps]. However I get the following error:

'RCTRootView.h' file not found

As shown in the following capture: Error screenshot

like image 530
Tywin.Zhang Avatar asked Dec 11 '25 19:12

Tywin.Zhang


1 Answers

If you are using cocoapod,

Use import "React/RCTRootView.h"

like image 66
Jian Yin Shen Avatar answered Dec 13 '25 07:12

Jian Yin Shen