-
Notifications
You must be signed in to change notification settings - Fork 206
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 autolinking support, opting in certain dependencies #145
Comments
The savings for RN projects can be used. |
@StephenDocP @EyMaddis I'm trying as well... so far I had to use I wanna try some ideas later... |
@StephenDocP @EyMaddis @sidferreira did any of you have any luck getting this to work in a React Native app? Trying this myself in an attempt to speed up our builds in Azure DevOps, but haven't been able to get it to work. |
No.. Gave up a little afterwards |
Thank you for building this plugin, its a great idea, and excited about the impact it'll have on building our iOS apps.
We use React native, and it now supports auto-linking, is there a way to optionally apply the
:binary => true
option to these dependencies. Since they are not defined in the pod file.I tried to implement something in the pre_install hook, but with no luck.
Do you have any suggestions or help on how to get this to work?
Thank you.
The text was updated successfully, but these errors were encountered: