RRaideRR
RRaideRR
> Will this be addressed? If used in Expo SDK 46 this will break the app because of react-native 0.69.4 I also thought the same. However, I just [built a...
It seems it is not working with Android 12. Have you found a different solution in the meantime?
@sanjaygsk what have you done here? Have you found another solution?
Facing the same problem :-/ . Our fallback is to not use `useCamera2Api` but that is not always possible or desired
I'm facing the same issue on **Android API 32. On Android API 30 it's running fine.** jineshmistry1312 do you know if this problem occurs on Android or iOS for your...
// update I tried it out with a [custom development client](https://docs.expo.dev/development/getting-started/) and it seems to work :-).
Have you come up with a solution @gohilmukund ?
Hey, I just updated my [initial snack and it seems to work now](https://snack.expo.dev/@raider/lottie-?platform=android).
@ShubhamJain0 I might not understand you correctly but you said _But it works fine if waited for the component to mount._ - so why just not wait for the component...
Guess I am a little bit late to the party: ``` export default copilot({ tooltipComponent: (props) => })(Home); ```