GitHubPopular
GitHubPopular copied to clipboard
react-native run-ios出错
GitHubPopular-master/node_modules/[email protected]@react-native-splash-screen/ios/SplashScreen.h:9:9: fatal error: 'React/RCTBridgeModule.h' file not found #import <React/RCTBridgeModule.h> ^ 1 error generated.
** BUILD FAILED **
use '#import "RCTBridgeModule.h"' instead of '#import <React/RCTBridgeModule.h>' in the file named 'SplashScreen.h'.
although I solved it by myself @CLuRoad @hejunbinlan