강의

멘토링

로드맵

Inflearn Community Q&A

minwoojung012139's profile image
minwoojung012139

asked

Practical React Native for iOS/Android App Development - Basic

Button, ScrollView, TextInput Advanced

자식 -> 부모 데이터 전송 관련 질문

Written on

·

176

2

안녕하세요.

2:10초쯤에 자식에서 부모에게 데이터 전송이 불가하다고 하셨는데요.

지금 여기 구조상 input에 button을 넣고 부모 컴포넌트에서 함수를 넘기고 button onPress에 이벤트 함수로 넣은 후 HOF로 값을 가져오면 부모에서 자식으로부터 값을 받아서 설정이 가능하지 않나요?

불가능하다고 하셔서 reactjs에서만 되고 react-native에서는 안되는건지 궁금해서요.

reactes6react-native

Answer

This question is waiting for answers
Be the first to answer!
minwoojung012139's profile image
minwoojung012139

asked

Ask a question