You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wygkzqa
changed the title
AutoLinking can generate relative paths in Podfile.lock
AutoLinking can generate relative paths in Podfile.lock?
Jul 24, 2019
@thymikee Thank you for the solution. But even after I update the @react-native-community/cli my Podfile.lock still uses relative path. It happens for auto linking libraries RNGestureHandler and RNLocalize. Any solution?
Thanks.
Found the solution: This worked for me after updating @react-native-community/cli 23886
AutoLinking can generate relative paths in Podfile.lock?
I'm using
react-native-webview
on my project. When I executepod install
,Podfile.lock
looks like thisThat's not what I wanted. So, is there any way to generate relative paths? like
../node_modules/react-native-webview
Thanks.
The text was updated successfully, but these errors were encountered: