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

React/RCTConvert.h file not found

Open sercanov opened this issue 6 years ago • 8 comments

It throws RCTConvert.h not found at first line of color-grabber. Manually linked the library, using react-native 0.60.3.

Any ideas?

sercanov avatar Jul 24 '19 16:07 sercanov

Same error for me with same version of react-native. This package is awesome but not works with last version of react-native.

Need to improve this package for works with last version please !

Thanks

WestFR avatar Jul 25 '19 11:07 WestFR

Have not tried 60+ yet for this but you need to either give these instructions a try:

https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library

or, I think to fix though, a RCTARKit.podspec file needs to be added to the root and who knows what else to make autolinking work. I dunno if PRs are even being looked at here anymore.

code-matt avatar Aug 10 '19 16:08 code-matt

Any updates??? I am using react native 60 and I have the same problem!

saeedtkh avatar Nov 22 '19 21:11 saeedtkh

Try code-matt's fix here: https://github.com/react-native-ar/react-native-arkit/pull/208

And see my comment about modifying the Podfile: https://github.com/react-native-ar/react-native-arkit/pull/208#issuecomment-592971819

kibiz0r avatar Feb 29 '20 17:02 kibiz0r

I have the same issue. Any updates?

ruby0888 avatar Nov 15 '20 20:11 ruby0888

@RixBai i am sorry, this repo is currently not maintained und untested with current react-native versions.

maybe give https://github.com/viromedia/viro/ a try

macrozone avatar Nov 15 '20 21:11 macrozone

Oh, Gotcha @macrozone Thanks for letting me know.

ruby0888 avatar Nov 15 '20 23:11 ruby0888

@RixBai i updated the readme with the information :-)

macrozone avatar Nov 16 '20 09:11 macrozone