D.evelop/React Native2 [RN] transform 사용하는 방법 ❎ 문제 :import React from 'react';import { View, StyleSheet } from 'react-native';const YourComponent = () => { return ( {/* 내용 */} );};const styles = StyleSheet.create({ transformedView: { width: 100, transform: 'rotate(135deg)', },}) transform을 위와 같이 작성했을 시, 화면에 적용은 되었지만 코드 메서제에서 다름과 같은 에러가 계속 표시 되었다. Type 'string' is not assignable to type '(PerpectiveTransform | Rotate.. 2024. 5. 29. [RN] 에뮬레이터 권한 제한 문제 (Failed to launch emulator.) 안드로이드 작업 시, 에뮬레이터에서 빌드가 되지 않을 때Failed to launch emulator. error Failed to launch emulator. Reason: The emulator ...> Task :app:installDebug FAILEDSkipping device '기기 번호' (기기 번호): Device is UNAUTHORIZED,... 1. 연결된 기기 확인 adb devicesunauthorized연결된 기기는 있으나 권한 허용이 안되어있었습니다. 2. 에뮬러레이터 모바일 기기(안드로이드 기기)의 설정을 변경한다.PC와 유선 연결 후설정 > 개발자 옵셥 > USB 디버깅 ON (이미 ON이면 껐다가 다시 켜보기) unauthorized 가 device 로 변경된 것을.. 2024. 5. 27. 이전 1 다음