-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update FastImageViewManager.java #423
Conversation
Codecov Report
@@ Coverage Diff @@
## master #423 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 1 1
Lines 17 17
=======================================
Hits 16 16
Misses 1 1 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #423 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 1 1
Lines 17 17
=======================================
Hits 16 16
Misses 1 1 Continue to review full report at Codecov.
|
## [8.5.11](v8.5.10...v8.5.11) (2021-09-27) ### Bug Fixes * null exception in FastImageViewManager.java ([#423](#423)) ([a7a8643](a7a8643))
🎉 This PR is included in version 8.5.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* upstream/main: release(version): Release 8.5.11 [skip ci] fix: null exception in FastImageViewManager.java (DylanVann#423) release(version): Release 8.5.10 [skip ci] chore: convert examples to hooks (DylanVann#830) release(version): Release 8.5.9 [skip ci] fix: FastImage extends ViewProps (DylanVann#829) ci: update CI and (re)enable coverage (DylanVann#826) [skip ci] release(version): Release 8.5.8 [skip ci] docs: fix gifs release(version): Release 8.5.7 [skip ci] chore: upgrade example to react-native@0.65.1 release(version): Release 8.5.6 [skip ci] fix: make corresponding flow file for .cjs file
## [8.5.11](DylanVann/react-native-fast-image@v8.5.10...v8.5.11) (2021-09-27) ### Bug Fixes * null exception in FastImageViewManager.java ([#423](DylanVann/react-native-fast-image#423)) ([a7a8643](DylanVann/react-native-fast-image@a7a8643))
## [8.5.11](DylanVann/react-native-fast-image@v8.5.10...v8.5.11) (2021-09-27) ### Bug Fixes * null exception in FastImageViewManager.java ([DylanVann#423](DylanVann#423)) ([a7a8643](DylanVann@a7a8643))
Dear DylanVann,
First of all, I would like to say thank you for your very good library. It's so great.
The next thing, I create this pull request to fix an exception (IMHO) that I faced with my project.
Best Regard.
Hung Vo