-
Notifications
You must be signed in to change notification settings - Fork 102
Trouble linking project on iOS #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm having the same issue. Did you manage to fix it ? |
@unixcow , @ulazarevic , please try the new version 4.0.0 rc 1. |
It's still not working. In react-native 0.60 they changed the way of importing libraries into the project. When I try manual linking I get the same error message as @unixcow. When I try automatic linking I get the following message: error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
|
@ulazarevic thanks for your feedback, I will fix this asap. |
@ulazarevic here's how i managed to get it working, a bit hacky though
@aMarCruz yeah i still have same issue even on latest version |
Thanks @unixcow! It's working! |
@unixcow thanks! and sorry for the delay, I am about to finish my current project and will soon launch a functional version. |
@aMarCruz did you release some version fixing this? |
I am running a standalone Expo app on iOS. With a plain old:
... which installed 4.0.0-rc.1. When I try to use TextSize in the project, it is null, so the install doesn't work properly for me. |
Uh oh!
There was an error while loading. Please reload this page.
So i spent hours trying to figure out why do i get
'React/RCTBridgeModule.h' file not found
when trying to build my project after linkingreact-native-text-size
, i tried both manual install and usinglink
. For some reasonreact-native-text-size
can't find required header files, even though Search Header paths seem to point at the right direction$(SRCROOT)/../../react-native/React
recursive. Also, Some people suggested uncheckingParallelize Build
but i already have that disabled.react-native Version: 0.59.8
react-native-text-size Version: 3.0.0
Any idea how can resolve this?
The text was updated successfully, but these errors were encountered: