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
facebook/react-native#25553 (comment)
Referencing from this comment, the fix is to update the:
`s.dependency 'React'` to `s.dependency 'React-Core` to make everything auto-link properly in iOS.
All react-native libraries with native iOS code should be doing this to keep up to date with the requirements in react-native 60 and up.
0 commit comments