react-native-fast-image: requireNativeComponent: "FastImageView" was not found in the UIManager.
I am using react-native 0.62.2 , and it’s
pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'
also available in podlist file
but getting this issue.
About this issue
- Original URL
- State: open
- Created 4 years ago
- Reactions: 1
- Comments: 21 (1 by maintainers)
Came across the same working on the iOS Simulator. Running pod install and rebuilding the app fixed it for me.
resolved by re-building app
I found that this package is not available in expo yet 😦
https://expo.canny.io/feature-requests/p/add-react-native-fast-image
for me, solved by
pod repo updateandpod installI resolved rebuilding app, I’m using react-native CLI and testing in a real tablet via cable, i used the command “yarn start --reset-cache” and “yarn android” and everything works fine.
FastImage can only be used in Expo with a custom development client. See the pinned response. You have to do some reading to understand how it works but after you get your dev client built with Expo EAS FastImage works out of the box.
make sure you reinstall podfile in ios folder
having the same issue on android, I’m not using Expo.