프론트엔드 개발자의 개발 놀이터

자주 사용하는 RN 라이브러리 정리 본문

React Native

자주 사용하는 RN 라이브러리 정리

프론트포텐 2024. 2. 3. 11:26
반응형
  • async-storage 라이브러리
    @react-native-async-storage/async-storage
 

GitHub - react-native-async-storage/async-storage: An asynchronous, persistent, key-value storage system for React Native.

An asynchronous, persistent, key-value storage system for React Native. - GitHub - react-native-async-storage/async-storage: An asynchronous, persistent, key-value storage system for React Native.

github.com


  • RN css-in-js 라이브러리
    styled-components
    @types/styled-components
    @types/styled-components-react-native

  • RN 원격 푸시 알림 라이브러리
    react-native-push-notification
 

GitHub - zo0r/react-native-push-notification: React Native Local and Remote Notifications

React Native Local and Remote Notifications. Contribute to zo0r/react-native-push-notification development by creating an account on GitHub.

github.com


  • iOS 푸시알림 라이브러리
    @react-native-community/push-notification-ios
 

GitHub - react-native-push-notification/ios: React Native Push Notification API for iOS.

React Native Push Notification API for iOS. Contribute to react-native-push-notification/ios development by creating an account on GitHub.

github.com


  • 파이어베이스 라이브러리
    @react-native-firebase/analytics
    @react-native-firebase/app
    @react-native-firebase/crashlytics
    @react-native-firebase/messaging
 

GitHub - invertase/react-native-firebase: 🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supp

🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services. - GitHub - invertase/react-native-firebase: 🔥 A w...

github.com


  • RN 내비게이터 라이브러리
    @react-navigation/native
    @react-navigation/stack
 

GitHub - react-navigation/react-navigation: Routing and navigation for your React Native apps

Routing and navigation for your React Native apps. Contribute to react-navigation/react-navigation development by creating an account on GitHub.

github.com


  • 하단 내비게이터 라이브러리
    @react-navigation/bottom-tabs
 

GitHub - react-navigation/react-navigation: Routing and navigation for your React Native apps

Routing and navigation for your React Native apps. Contribute to react-navigation/react-navigation development by creating an account on GitHub.

github.com


  • RN 화면 전환 라이브러리 (내비게이터 라이브러리와 의존 관계)
    react-native-screens
 

GitHub - software-mansion/react-native-screens: Native navigation primitives for your React Native app.

Native navigation primitives for your React Native app. - GitHub - software-mansion/react-native-screens: Native navigation primitives for your React Native app.

github.com


  • RN SafeAreaView 보완 라이브리러 (내비게이터 라이브러리와 의존 관계)
    react-native-safe-area-context
 

GitHub - th3rdwave/react-native-safe-area-context: A flexible way to handle safe area insets in JS. Also works on Android and We

A flexible way to handle safe area insets in JS. Also works on Android and Web! - GitHub - th3rdwave/react-native-safe-area-context: A flexible way to handle safe area insets in JS. Also works on ...

github.com


  • RN Fonts 설정 라이브러리
    react-native-asset
 

GitHub - unimonkiez/react-native-asset: Linking and unlinking of assets 🔥

Linking and unlinking of assets 🔥. Contribute to unimonkiez/react-native-asset development by creating an account on GitHub.

github.com


  • RN dotenv 라이브러리
    react-native-dotenv
 

GitHub - goatandsheep/react-native-dotenv: Load react native environment variables using import statements for multiple env file

Load react native environment variables using import statements for multiple env files. - GitHub - goatandsheep/react-native-dotenv: Load react native environment variables using import statements ...

github.com


  • RN 파일 시스템 라이브러리
    react-native-fs
 

GitHub - itinance/react-native-fs: Native filesystem access for react-native

Native filesystem access for react-native. Contribute to itinance/react-native-fs development by creating an account on GitHub.

github.com


  • RN 파일 선택 라이브러리
    react-native-document-picker
 

GitHub - rnmods/react-native-document-picker: Document Picker for React Native using Document Providers

Document Picker for React Native using Document Providers - GitHub - rnmods/react-native-document-picker: Document Picker for React Native using Document Providers

github.com


  • RN 파일 다운로드/업로드 라이브러리
    rn-fetch-blob
 

GitHub - joltup/rn-fetch-blob: A project committed to making file access and data transfer easier, efficient for React Native de

A project committed to making file access and data transfer easier, efficient for React Native developers. - GitHub - joltup/rn-fetch-blob: A project committed to making file access and data transf...

github.com


  • RN 사진 선택 라이브러리
    react-native-image-picker
 

GitHub - react-native-image-picker/react-native-image-picker: :sunrise_over_mountains: A React Native module that allows you to

:sunrise_over_mountains: A React Native module that allows you to use native UI to select media from the device library or directly from the camera. - GitHub - react-native-image-picker/react-nativ...

github.com


  • RN SVG 라이브러리
    react-native-svg
 

GitHub - software-mansion/react-native-svg: SVG library for React Native, React Native Web, and plain React web projects.

SVG library for React Native, React Native Web, and plain React web projects. - GitHub - software-mansion/react-native-svg: SVG library for React Native, React Native Web, and plain React web proje...

github.com


  • RN 아이콘 라이브러리
    react-native-vector-icons
 

GitHub - oblador/react-native-vector-icons: Customizable Icons for React Native with support for image source and full styling.

Customizable Icons for React Native with support for image source and full styling. - GitHub - oblador/react-native-vector-icons: Customizable Icons for React Native with support for image source a...

github.com


  • RN WebView 라이브러리
    react-native-webview
 

GitHub - react-native-webview/react-native-webview: React Native Cross-Platform WebView

React Native Cross-Platform WebView. Contribute to react-native-webview/react-native-webview development by creating an account on GitHub.

github.com


  • RN 제스처 핸들러 라이브러리
    react-native-gesture-handler
 

GitHub - software-mansion/react-native-gesture-handler: Declarative API exposing platform native touch and gesture system to Rea

Declarative API exposing platform native touch and gesture system to React Native. - GitHub - software-mansion/react-native-gesture-handler: Declarative API exposing platform native touch and gestu...

github.com


  • RN 애니메이션 이벤트 처리 로직 라이브러리
    react-native-reanimated
 

GitHub - software-mansion/react-native-reanimated: React Native's Animated library reimplemented

React Native's Animated library reimplemented. Contribute to software-mansion/react-native-reanimated development by creating an account on GitHub.

github.com


  • RN UI 키트 라이브러리 (Google’s Material Design guidelines)
    react-native-paper
 

GitHub - callstack/react-native-paper: Material Design for React Native (Android & iOS)

Material Design for React Native (Android & iOS). Contribute to callstack/react-native-paper development by creating an account on GitHub.

github.com


  • RN 리스트 랜더링 라이브러리
    @shopify/flash-list
 

GitHub - Shopify/flash-list: A better list for React Native

A better list for React Native. Contribute to Shopify/flash-list development by creating an account on GitHub.

github.com


  • 스크래핑 라이브러리
    react-native-cheerio
 

GitHub - leon3110l/react-native-cheerio: Fast, flexible, and lean implementation of core jQuery designed specifically for the se

Fast, flexible, and lean implementation of core jQuery designed specifically for the server. - GitHub - leon3110l/react-native-cheerio: Fast, flexible, and lean implementation of core jQuery design...

github.com


  • Apple 로그인 라이브러리
    @invertase/react-native-apple-authentication
 

GitHub - invertase/react-native-apple-authentication: A React Native library providing support for Apple Authentication on iOS a

A React Native library providing support for Apple Authentication on iOS and Android. - GitHub - invertase/react-native-apple-authentication: A React Native library providing support for Apple Auth...

github.com


  • 카카오 로그인 라이브러리
    @react-native-seoul/kakao-login
 

GitHub - crossplatformkorea/react-native-kakao-login: react-native native module for Kakao sign in.

react-native native module for Kakao sign in. Contribute to crossplatformkorea/react-native-kakao-login development by creating an account on GitHub.

github.com


  • 네이버 로그인 라이브러리
    @react-native-seoul/naver-login
 

GitHub - crossplatformkorea/react-native-naver-login: 리엑트 네이티브 네이버 로그인 라이브러리

리엑트 네이티브 네이버 로그인 라이브러리. Contribute to crossplatformkorea/react-native-naver-login development by creating an account on GitHub.

github.com