karthickhai
Results
1
comments of
karthickhai
Try this, For me its working export const BlurView: React.FC = memo(props => { const appState = useRef(AppState.currentState); const [active, setActive] = useState(false) useEffect(() => { const subscription = AppState.addEventListener("change",...