Skip to content

Commit

Permalink
Merge pull request #18995 from wordpress-mobile/gutenberg/add-react-n…
Browse files Browse the repository at this point in the history
…ative-fast-image

[Gutenberg] Add React Native FastImage
  • Loading branch information
Gerardo Pacheco authored Jul 11, 2022
2 parents 06df238 + 2f12a30 commit ac84f8a
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 97 deletions.
3 changes: 2 additions & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def gutenberg_dependencies(options)
RNGestureHandler
RNCMaskedView
RNCClipboard
RNFastImage
]
if options[:path]
podspec_prefix = options[:path]
Expand All @@ -169,7 +170,7 @@ abstract_target 'Apps' do
## Gutenberg (React Native)
## =====================
##
gutenberg tag: 'v1.79.0'
gutenberg tag: 'v1.80.0-alpha1'

## Third party libraries
## =====================
Expand Down
Loading

0 comments on commit ac84f8a

Please sign in to comment.