React Native Heroicons
https://www.npmjs.com/package/react-native-heroicons
Установка
yarn add react-native-heroicons react-native-svgДобавление в шаблон
npx expo install react-native-screens react-native-safe-area-contextimport * as Icons from "react-native-heroicons/solid";
export default function App() { return <Icons.SparklesIcon />;}