Try to add key prop to your Lottie component, ex:
key
<Lottie key={initialTheme} ...other props />
Also, why you need useEffect at all? Remove it, it is redundant here
useEffect