Skip to content

Instantly share code, notes, and snippets.

View Alan-Graton's full-sized avatar
Ich möchte bitte mehr Kaffee

Alan Graton Lourenço de Brito Alan-Graton

Ich möchte bitte mehr Kaffee
View GitHub Profile
@douglas-henrique
douglas-henrique / CustomSpinner.tsx
Last active December 14, 2024 18:21
Custom spinner on react native using Reanimated > 2x + Styled components
import React, { useEffect } from 'react';
import styled from 'styled-components/native';
import Animated, {
cancelAnimation,
Easing,
useAnimatedStyle,
useSharedValue,
withRepeat,
withTiming,
} from 'react-native-reanimated';