https://github.com/react-native-community/react-native-svg react-native-community/react-native-svgSVG library for React Native, React Native Web, and plain React web projects. - react-native-community/react-native-svggithub.com오늘 사용할 라이브러리! - 내가 원하는 것: 화면 내에서 원하는 점과 점 사이를 선으로 긋고 싶다. import React, {useEffect, useState, useRef} from 'react';import {Svg, Line} from 'react-native-svg';const Animate..