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';
@silasrm
silasrm / index.js
Last active November 13, 2025 23:09
Entendendo a api do bibliaonline.com.br (http://jsbin.com/debagax/1/edit?html,js,output)
// Total de capítulos por livro, na ordem
var totalCapitulos = [50,40,27,36,34,24,21,4,31,24,22,25,29,36,10,13,10,42,150,31,12,8,66,52,5,48,12,14,3,9,1,4,7,3,3,3,2,14,4,28,16,24,21,28,16,16,13,6,6,4,4,5,3,6,4,3,1,13,5,5,3,5,1,1,1,22];
// Livros da bíblia
var livros = [
{
number: 1,
name: "Gênesis",
slugByLang:
{