로딩
요청 처리 중입니다...

react native Text 컴포넌트 클릭 문제점 및 해결

 react native Text 컴포넌트 클릭 문제점 및 해결

예시) {hashTagList.map((item, index) => { return ( { console.log('터치터치터치'); } style={{ flexDirection: 'row', alignItems: 'center', justifyContent: 'center', }}> {'#' + item} ); })} 위와같은 예시처럼 리액트 네이티브 기본 Text컴포넌트 안에는 여러 컴포...