DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.1k stars 1.48k forks source link

unable to see images react-native-fast-image ^7.0.2 #928

Open banghia112 opened 1 year ago

banghia112 commented 1 year ago

--Environment--

System: OS: macOS 11.6 CPU: (8) arm64 Apple M1 Memory: 113.59 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 18.3.0 - /opt/homebrew/bin/node Yarn: 1.22.17 - /opt/homebrew/bin/yarn npm: 8.19.1 - ~/Documents/Med247/med247-app/node_modules/.bin/npm Watchman: HEAD-51a3b89 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /Users/admin/.rvm/gems/ruby-2.7.4/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0 Android SDK: Not Found IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7784292 Xcode: 13.1/13A1030d - /usr/bin/xcodebuild Languages: Java: 11.0.11 - /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home/bin/javac Python: 3.8.6 - /Users/admin/.pyenv/shims/python npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: Not Found react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

--Platform-- Both Android and Ios

--Version-- react-native: 0.63.2 react: 16.13.1

--Description--

Fast Image was working fine on my app but then about 2 weeks ago it started not showing any image, just plain, white, space that the image supposed to fit in. Heres my code: image

it wont load with any url, it's working fine with React Native's Image, i wish to use FastImage, any suggestions?

personalnadir commented 1 year ago

Seems to be the same issue as #914