Upgrade example project to 0.66

Summary:
Per https://react-native-community.github.io/upgrade-helper/?from=0.65.1&to=0.66.0

Also cleaned up lockfiles, made relative-deps non-default, removed old resolutions since I got weird errors with them.

allow-large-files

Reviewed By: timur-valiev

Differential Revision: D31471307

fbshipit-source-id: 2ef8856498bb73293d6638b2c08a1042adb636e5
This commit is contained in:
Michel Weststrate
2021-10-07 07:16:10 -07:00
committed by Facebook GitHub Bot
parent d56375970d
commit 99acd766b9
8 changed files with 1289 additions and 1418 deletions

View File

@@ -31,5 +31,6 @@ target 'ReactNativeFlipperExample' do
post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end