question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No component found for view with name "ARTShape"

See original GitHub issue

Greetings,

I installed the ReactART based components trough CocoaPods and it throws me this error when going to the components page.

screen shot 2018-09-11 at 11 20 24 am
    "react": "16.4.1",
    "react-native": "0.56.0",
    "react-native-progress": "^3.5.0",

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:11

github_iconTop GitHub Comments

96reactions
PavanKumar-sacommented, Jul 19, 2019

For react native >= 0.60 for ARTShape component not found issue:

  1. Open Podfile and add below given path and save the file

pod ‘React-ART’, :path => ‘…/node_modules/react-native/Libraries/ART’

  1. From your root folder navigate to ios folder of the app:

cd ios

  1. now inside ios folder

pod install

  1. Close existing metro bundler ,close Xcode
  2. Run metro bundler, open Xcode > clean build folder and Build.

This will work !!!

24reactions
valerusgcommented, Sep 12, 2019

ReactNative >= 0.60 The library can be found here: yarn add @react-native-community/art

Read more comments on GitHub >

github_iconTop Results From Across the Web

No component found for view with name "ARTShape"
Just trying to produce an hello-world for using the ART object in React Native, I get the above exception as if part of...
Read more >
No component found for view with name "ARTShape"
This post has the solution for the problem: No component found for view with name “ARTShape”. This problem can be faced while working...
Read more >
No Component Found for View with name ARTShape React ...
ART component is used in react native to draw different shapes in iOS app.Solve react native No Component Found for View with name...
Read more >
[Solved]-No component found for view with name "ARTShape"
Coding example for the question No component found for view with name "ARTShape"-React Native.
Read more >
No component found for view with name “ARTShape” - iTecNote
React-native – No component found for view with name “ARTShape” ... Just trying to produce an hello-world for using the ART object in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found