fast image view was not found in the uimanager android
cd ~/[your_project_folder]; 
sudo rm -rf node_modules; 
npm install; 
cd ios/; 
rm -rf Pods; 
rm Podfile.lock; 
pod install; 
cd ../ ; 
rm -rf ios/build ; 
sudo rm -rf ~/Library/Developer/Xcode/DerivedData
