Skip to content

Commit

Permalink
deps: Upgrade to RN v0.66.4!
Browse files Browse the repository at this point in the history
Note: If you get an error like

  CocoaPods could not find compatible versions for pod "RCT-Folly"

on `yarn` or `pod install` when crossing this commit (checking out a
branch that has it from one that doesn't, or vice versa), run
`pod update RCT-Folly` from `ios/` and try the command again.
Background:
  facebook/react-native#32659 (comment)

In this commit:

- Bump `react-native` and `flow-bin` versions

- Suppress a few errors from the new Flow version (see comments)

- Remove react-native-codegen, following the template-app change in
  facebook/react-native@ab829005b

- Add a hack line to the Podfile, following the template-app change
  in facebook/react-native@ea5109fc0
  • Loading branch information
chrisbobbe committed May 10, 2022
1 parent 29c2f0f commit f08c093
Show file tree
Hide file tree
Showing 8 changed files with 393 additions and 350 deletions.
2 changes: 1 addition & 1 deletion .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ module.file_ext=.ios.js
exact_by_default=true

[version]
^0.149.0
^0.158.0
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ target 'ZulipMobile' do

post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end

use_expo_modules!
Expand Down
Loading

0 comments on commit f08c093

Please sign in to comment.