FrontEnd Programming/react-native (3) 썸네일형 리스트형 리액트 네이티브 노치 영역 구분하기 SafeAreaView를 사용하면 아이폰 노치 영역을 구분지어 줄 수 있다.import React from 'react';import {Button, SafeAreaView, StyleSheet, Text, TextInput, View} from 'react-native';function App() { return ( 텍스트 console.log('클릭됨!')} /> );}const styles = StyleSheet.create({ container: { marginTop: 50, backgroundColor: 'red', margin:10 },});export default App; react-native 안드로이드 SDK 경로 에러 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not determine the dependencies of null. > SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/ck/git/September/september_front/.. 리액트 네이티브 SDK location not found 에러 FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'. > Could not determine the dependencies of null. > SDK location not found. Define a valid SDK location with an ANDROID_HOME environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/ck/git/September/september_front/.. 이전 1 다음