분류 전체보기42 [react-native] Render Error View config getter callback for component must be a function (received `undefined`). Make sure to start component names with a capital letter. 말 그대로 함수 이름을 대문자로 시작하라. subjectProvider를 SubjectProvider로 바꿔서 오류 해결 2021. 12. 5. [react-native] Context API 공식 문서, 처음 배우는 리액트 네이티브 https://ko.reactjs.org/docs/context.html#gatsby-focus-wrapper [Context – React A JavaScript library for building user interfaces ko.reactjs.org](https://ko.reactjs.org/docs/context.html#gatsby-focus-wrapper) 일반적인 리액트 어플에서 데이터는 부모에서 자식으로(위에서 아래로) props를 통해 전달되지만, 어플 안의 여러 컴포넌트들에게 전해줘야 하는 값의 경우 이 과정이 번거로워진다. context를 이용하면, 각 단게마다 명시적으로 props를 넘겨주지 않아도 많은 컴포넌트가 이러한 값을 공유하도록 할.. 2021. 12. 3. 이전 1 ··· 8 9 10 11 다음