
[RN] react-native Pull Down refresh
·
React Native
🐰: Appl App 심사를 위해서는 '차단'기능 필수 더라구요.3번의 리젝 후 백엔드 프로님과 후다닥 차단 기능을 추가했어요🙈오늘 포스팅할 기능은앱에서 화면을 아래로 당겨서 새로고침 하는 방법입니다. import styled from '@emotion/native';import { useQuery } from '@tanstack/react-query';import React, { useCallback, useRef, useState } from 'react';import { RefreshControl } from 'react-native';import { Container, ContentBox, Row} from '../../config/globalStyles';import { BoldTex..