일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- React
- permission
- 배포
- 개발자
- ReactNative
- 리액트네이티브
- AndroidStudio
- 리액트
- 자바스크립트
- 개발
- 앱배포
- Font
- 안드로이드
- IOS
- 코딩
- PlayStore
- AppDeveloper
- 에러
- Android
- 권한
- javascript
- AndroidStuido
- 오류
- apk
- error
Archives
- Today
- Total
목록error (2)
Jion의 개발일지

🆘 😕 에러명 VirtualizedLists should never be nested inside plain ScrollViews with the same orientation because it can break windowing and other functionality - use another VirtualizedList-backed container instead. ❓ 🧐 원인 ScrollView와 FlatList를 중첩 사용하여 발생 먼저 ScrollView와 FlatList에 대해 알아보고, 둘을 중첩 사용하면 안 되는 이유에 대해 설명드리겠습니다! ScrollView와 FlatList란? 🧐 * ScrollView : 여러 구성 요소와 보기를 포함할 수 있는 일반 스크롤 컨테이너 * Flat..
React Native/오류 모음
2022. 2. 22. 20:52

에러명 : Execution failed for task ':app:installDebug' java.util.concurrent.ExecutionException: com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: 원인 : Android 에뮬레이터에 설치되어 있는 앱을 또 설치하여 발생 해결 : 에뮬레이터에 설치되어 있던 앱 삭제 후, 앱 재설치 1. 기존에 설치되어 있던 앱 삭제 2. Android 재 실행 react-native run-android
React Native/오류 모음
2022. 2. 16. 12:22