react-native-skottie
react-native-skottie copied to clipboard
Add support for embedded images
We are using a lottie animation with embedded images in our onboarding flow, the images are part of the JSON lottie file as base64 strings.
Currently it looks like those base64 elements are ignored, the animation is still playing, but only the vector based parts are visible.
Is support for rasterized elements is planned?