react-native-loader icon indicating copy to clipboard operation
react-native-loader copied to clipboard

No component found for view with name “ARTShape”

Open juangallo opened this issue 6 years ago • 10 comments

Library is not working. I have followed all the guide yet, the error is still there. [email protected] [email protected] Any clues? screen shot 2017-10-30 at 6 34 28 pm screen shot 2017-10-30 at 6 53 12 pm

juangallo avatar Oct 30 '17 21:10 juangallo

Make sure you correctly link the library, and then run react-native run-ios

shuaibird avatar Dec 01 '17 08:12 shuaibird

Same

victorpavlenko avatar Dec 03 '17 13:12 victorpavlenko

I'm same. but...Solved... Build & Running in xcode, not "react-native run-ios". After first running, "react-native run-ios" also work.

paraya avatar Dec 23 '17 17:12 paraya

Same

hello-ring avatar Feb 27 '18 16:02 hello-ring

@paraya , you was right! I builded with xCode and then react-native run-ios began to work correctly! Thanks!

RadoAz avatar Apr 02 '18 11:04 RadoAz

This worked for me. https://stackoverflow.com/questions/37658957/no-component-found-for-view-with-name-artshape

solaomosola avatar Apr 27 '18 13:04 solaomosola

After linking the library in Xcode and then running react-native run-ios it worked for me.

sehranhas avatar May 25 '18 14:05 sehranhas

I drag and dropped node_modules/react-native/Libraries/ART/ART.xcodeproj somewhere to my Xcode project. After that I was able to add libART.a under Build Phases -> Link Binary With Libraries

[email protected]

kagmanoj25 avatar Jun 27 '18 05:06 kagmanoj25

This SO answer helps: https://stackoverflow.com/a/49381982/42078

raviprakashkb avatar Jul 05 '18 05:07 raviprakashkb

@paraya Thank You.Saved my day <3

HRCJ7 avatar Aug 31 '18 09:08 HRCJ7