MooAI Insight
Vector Icons in Expo
To use vector icons in an Expo project, you can use the
Here's a brief example of how to use it:
In this example, we're using the
Make sure to install the
To use vector icons in an Expo project, you can use the
@expo/vector-icons package. This package provides built-in support for popular icon fonts and allows you to create your own Icon components from a font and glyph map.Here's a brief example of how to use it:
import React from 'react';
import { View, Icon } from 'react-native';
import { Feather } from '@expo/vector-icons';
const App = () => {
return (
<View>
<Icon name="heart" size={24} color="#34A85A" />
</View>
);
};
In this example, we're using the
Feather icon from the @expo/vector-icons package. You can replace Feather with any other icon from the package.Make sure to install the
@expo/vector-icons package in your project by running npm install @expo/vector-icons or yarn add @expo/vector-icons.
Running on Titan Engine | Model: llama3.2 | GPU Accelerated
NPM Registry
https://www.npmjs.com/package/@expo/vector-icons
@expo/vector-icons
Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.
NPM Registry
https://www.npmjs.com/package/@supabase/storage-js
@supabase/storage-js
Isomorphic storage client for Supabase.
GitLab
https://gitlab.com/ayushdudhani7/vectorshift_assessment
Ayush Dudhani / vectorshift_assessment
GitLab Repository
Dev.to
https://dev.to/rodrigovidal/physics-engineering-and-architecture-in-software-systems-and-the-obsession-with-architecture-68j
Physics, Engineering, and Architecture in Software Systems and the obsession with Architecture
Something that has been bothering me for a while in the software industry is how disproportionately...
Dev.to
https://dev.to/googlecloud/seamless-scaling-with-vpa-in-place-pod-resize-on-gke-117p
Seamless scaling with VPA In-place Pod Resize on GKE
Learn how VPA In-place Pod Resize can help seamlessly vertically scale workloads on Google Kubernetes Engine (GKE).
GitLab
https://gitlab.com/jiachangliu/eigen
Jiachang Liu / eigen
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
NPM Registry
https://www.npmjs.com/package/geojson-vt
geojson-vt
Slice GeoJSON data into vector tiles efficiently
GitLab
https://gitlab.com/pratyush.majumdar/spring-boot-vector-db
Pratyush Majumdar / spring-boot-vector-db
GitLab Repository
Dev.to
https://dev.to/jenlooper/magnificent-humanity-building-cities-and-a-special-announcement-54pf
Magnificent Humanity, Building Cities, and a Special Announcement!
I'm back from a great vacation and side-quest experience in Asia, where one can always find brilliant...
GitLab
https://gitlab.com/Totara-test-orga/ecoscan-17473041-deletion_scheduled-82849770
Thibaud Van den Berghe / temp scan ecoscan-17473041-deletion_scheduled-82849770
Vector (*.svg) country flag icons in 3:2 aspect ratio. https://catamphetamine.gitlab.io/country-flag-icons/3x2/
Dev.to
https://dev.to/devteam/join-the-june-solstice-game-jam-1000-in-prizes-3jla
Join the June Solstice Game Jam: $1,000 in prizes!
We're excited to kick off the June Solstice Game Jam, running from June 3 through June 21 and ending...
NPM Registry
https://www.npmjs.com/package/@mapbox/vector-tile
@mapbox/vector-tile
Parses vector tiles
Loading deeper network results...