У нас вы можете посмотреть бесплатно React Native Svg Path Animation или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is my way (noob way) of doing it. With drawing svg on app called https://figma.com/ and converted into svg with the help of https://www.svgviewer.dev/ Also this animated cannot be done without cool tools called react-native-redash (to parse the svg so it can be adapt with the animation). And u must parse your path. Otherwise your app may crash. To animate, im just changing d prop on Path element that im transforming into AnimatedPath. By using reanimated2, im able to take an advantage of useAnimatedProps. Also. Almost forgot to mention that when u drawing a vector for ex want to animate from rect to circle, u have to make the same amount of points.