React-native

· Study/ERROR
에러 Error: Couldn't find a 'component', 'getComponent' or 'children' prop for the screen 'ChannelCreation'. This can happen if you passed 'undefined'. You likely forgot to export your component from the file it's defined in, or mixed up default import and named import when importing. 해결 방안 문제 코드 import React from "react"; import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; i..
delay100
'React-native' 태그의 글 목록