Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gutenberg] Add React Native FastImage #18995

Merged
merged 5 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.78.1'
gutenberg commit: '391eb9c63167df7628edb299dea466f1be87dc32'

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