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
Replace the upward search for the nearest `node_modules` directory by
traversing up the directory tree and checking for the full path to the
`react_native_pods.rb` script at each level. The previous logic stopped
at the first `node_modules` directory found, which could incorrectly
resolve to a nested one inside another package (e.g. `node_modules/
react-native/node_modules`) leading to a broken path.
Signed-off-by: Onur Demirci <[email protected]>
0 commit comments