I’m currently developing a React Native application using Expo, and I’m facing a challenge with implementing animated energy flow lines on one of my screens. The goal is to animate lines on an image of a house to simulate the flow of energy, as depicted in the following concept:
what I have currently:
what is should look like:
I’ve explored various options, but I haven’t found a suitable library or approach to achieve this effect in React Native. While I don’t anticipate the animation itself to be overly complex, I’m relatively new to animation in React Native and could use some guidance on how to approach this task effectively.
Here’s what I’ve tried so far:
Searched for existing libraries that provide similar animation capabilities.
Experimented with basic animation techniques in React Native, but haven’t achieved the desired effect.
If anyone has experience or insights into creating animated effects like this in React Native, I would greatly appreciate your assistance or guidance on how to proceed.
Thank you in advance for your help!