Skip to content

Instantly share code, notes, and snippets.

View ajsmth's full-sized avatar

andy ajsmth

View GitHub Profile
@mrousavy
mrousavy / useStyle.ts
Last active August 1, 2023 13:16
`useStyle` - a typed `useMemo` for styles which also includes style flattening and searching
import { DependencyList, useMemo } from "react";
import {
ImageStyle,
RegisteredStyle,
StyleProp,
StyleSheet,
TextStyle,
ViewStyle,
} from "react-native";
@ajsmth
ajsmth / scrollview.tsx
Created February 26, 2020 20:11
Spotify Scrollview - Final
import React from 'react';
import {
View,
Animated,
SafeAreaView,
TouchableOpacity,
Text,
Switch,
Button,
TextInput,