-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
react-native-macos: Not supported (help wanted) #1624
Comments
@michelcrypt4d4mus We haven't tested on I wanted to check first, did you rebuild the app? The error message seems to indicate that the common module isn't linked. |
yes. as i said:
just to double check i did a full rebuild again including making sure i did a total purge of xcode's build files and got the same result.
yes i noticed this and assume it is some issue with the pod configuration i didn't delve too far into it because i'm not super knowledgeable about cocoapods but i was considering going in there and manually editing some of the pod related files to try to work around this. |
i checked in my |
i added this line to my pod 'react-native-vector-icons', :path => '../node_modules/@react-native-vector-icons/common' and then got a new error trying to run
|
Having the same error on OSX 14.5:( |
OK it looks like a bit more work to get Mac OS support then simply adding the platform. It looks like someone had a go at this a very long time ago in #173 This is a bit past my expertise and I don't have access to a Mac for the next 5 weeks. Happy to accept a PR if someone can get this all working. I'll update the README to point at this issue. |
"@react-native-vector-icons/common": "^0.0.1-alpha.6"
(Usingmonorepo
branch)"@react-native-vector-icons/fontawesome": "^4.7.0-alpha.9",
npm --version
:10.5.0
node --version
:v21.7.2
package.json
:Description
Followed the install instructions, including a full re-install and rebuild of all
node_modules
andpod install
from scratch, launched with a single page (see below), got this error:Reproducible Demo
App.js
:src/app/components/app_config_panel.js
:The text was updated successfully, but these errors were encountered: