Перейти к содержимому

React Native Heroicons

https://www.npmjs.com/package/react-native-heroicons

https://heroicons.dev

Установка

Окно терминала
yarn add react-native-heroicons react-native-svg

Добавление в шаблон

Окно терминала
npx expo install react-native-screens react-native-safe-area-context
./App.js
import * as Icons from "react-native-heroicons/solid";
export default function App() {
return <Icons.SparklesIcon />;
}