RN No component found for view with name “ARTShape”

iOS 缺少 ART的库,需要引入;而Android则无需引入。

You need to link the ACT Library to your iOS project.

Refer to the React Native document,

1.Find the ART Xcode Project in the node_module/react-native enter image description here

2.Drag the ART Project into your project_folder/Libraries enter image description here

3.Go the Build Phase tab of YOUR PROJECT, add libART.a into Link Binary into Libraries. enter image description here

解决方案来自 链接