Open abdullah-tsx opened 1 month ago
Hey!
We cannot access your repo link. Can you please fix that?
Hey!
We cannot access your repo link. Can you please fix that?
I have updated the link.
Same for me using expo 52 preview
with new arch
Please remove lottie-ios
from the list of your dependencies.
It worked for me now, maybe I had to remove the ios folder and run the prebuild again. I did not have lottie-ios
Description
following documentation getting error on iOS18 Unimplemented component :
Steps to reproduce
cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
const SplashScreen = () => { return ( <LottieView source={require('../../assets/animations/splash.json')} autoPlay={true} renderMode={'AUTOMATIC'} loop={true} style={{ flex: 1, width: '100%', height: '100%' }} /> ); };
export default SplashScreen;