Web_Study/PlayList_ReactNative (2) 썸네일형 리스트형 2. Expo_MediaLibrary ▶ Expo Media Library Expo Media Library는 기본적으로 디바이스에서 사용 가능한 미디어 파일을 검색하고 관리하는 방법을 제공함. Expo Media Library를 사용하면 사용자의 사진첩에서 사진을 선택하고 업로드하거나, 앱에서 촬영한 사진 및 동영상을 저장할 수 있음. 또한 이미지 및 비디오를 조작하고 필터링하거나 사진을 자르거나 회전하는 등의 작업을 수행 할 수 있습니다. ▶ getPermission 함수 import * as MediaLibrary from 'expo-media-library'; async function requestMediaLibraryPermission() { const { status } = await MediaLibrary.getPermissi.. 1. ReactNavigation ▶ Installation npm install @react-navigation/native ▶ Installing dependencies npx expo install react-native-screens react-native-safe-area-context - This will install versions of these libraries that are compatible. ▶ ReactNavigation Bottom Tab npm install @react-navigation/bottom-tabs import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import HomeScreen from '../screens/Ho.. 이전 1 다음