Skip to content

Instantly share code, notes, and snippets.

View husnaintahir's full-sized avatar

Muhammad Husnain Tahir husnaintahir

  • 10:17 (UTC +01:00)
View GitHub Profile
name: iOS TestFlight Deployment
on:
workflow_dispatch:
inputs:
release:
description: "Trigger release to TestFlight"
required: true
default: "true"
type: choice
@husnaintahir
husnaintahir / LongScrollableText.tsx
Created June 26, 2025 09:12
React Native Auto-Scrolling Text Spotlight with Blur Effect
import React, { useEffect, useRef, useState } from "react";
import {
ScrollView,
Text,
StyleSheet,
View,
UIManager,
findNodeHandle,
} from "react-native";
import { BlurView } from "@react-native-community/blur";