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
Done to follow the template-app changes in
facebook/react-native@5c09b3fb5 and facebook/react-native@ed237b479.
Done after the RN v0.64 upgrade because the new code depends on
changes to internal RN code (scripts/react_native_pods.rb).
The two names refer to two different functions, and
react_native_post_install is new in RN v0.64. That function calls
flipper_post_install (if we've enabled Flipper by calling
`use_flipper!`, that is), and it does some other stuff. That other
stuff includes some changes to our project.pbxproj, apparently.
0 commit comments