Skip to content

Instantly share code, notes, and snippets.

View Solarin-Johnson's full-sized avatar
🏠
Working from home

Solarin Solarin-Johnson

🏠
Working from home
View GitHub Profile
@Solarin-Johnson
Solarin-Johnson / InteractiveButton.tsx
Created June 23, 2025 18:20
Heat Button Component for react native(expo) and reanimated
import { Pressable, StyleProp, StyleSheet, ViewStyle } from "react-native";
import React, { memo } from "react";
import Animated, {
runOnJS,
useAnimatedReaction,
useAnimatedStyle,
useDerivedValue,
useSharedValue,
withTiming,
Easing,
@Solarin-Johnson
Solarin-Johnson / App.jsx
Last active November 15, 2024 02:55
ScrollView ishh
import {
Dimensions,
Image,
TextInput,
View,
SafeAreaView,
ScrollView,
} from 'react-native';
// You can import supported modules from npm