React Native TIL

1.[React-Native]React-Native란

post-thumbnail

2.The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).

post-thumbnail

3.[React Native TIL] 리액트 네이티브 프로젝트 생성(EXPO, React Native CLI)

post-thumbnail

4.[React-native TIL]npm start 오류 TypeError: Invalid character in header content ["X-React-Native-Project-Root"]

post-thumbnail

5.[React-Native TIL]JSX

post-thumbnail

6.[React Native TIL] 컴포넌트

post-thumbnail

7.[React Native TIL]props(children, defaultProps, propTypes)

post-thumbnail

8.[React Native TIL]이벤트

post-thumbnail

9.[React Native TIL]스타일링,StyleSheet, flexbox,flexDirection,shadow,Platform,elevation,select

post-thumbnail

10.[React Native TIL]Styled-component

post-thumbnail

11.[React Native TIL] SafeAreaView, StatusBar, Dimension, useWindowDimension, autoCapitalize , autoComplete, returnKeyType, keyboardAppearance, onSubmitEditing

post-thumbnail

12.[React Native TIL]IconButton, oneof, ScrollView

post-thumbnail

13.[React Native TIL] 객체 형태 데이터 CRUD

post-thumbnail

14.[React Native TIL]1. 새로고침 시 데이터가 reset되는 것을 방지하기 위해 AsyncStorage를 이용해 로컬에 데이터를 저장 / 2. Expo AppLoading => Expo SplashScreen

post-thumbnail

15.[React Native] 로딩화면과 아이콘. loading, icon 바꾸기(loading화면 여백 문제 및 android 아이콘 안바뀌는문제)

post-thumbnail

16.[React Native TIL]동기적으로 useState이용, useRef, 커스텀 Hooks(useFetch hook - useEffect에서 async/await사용하기)

post-thumbnail

17.[React Native TIL] Context API(useContext)

post-thumbnail

18.[React Native TIL]React Navigation

post-thumbnail

19.Stack Navigation 1 - 화면 이동

post-thumbnail

20.Stack Navigation 2 (헤더 수정, 헤더 버튼 수정)

post-thumbnail

21.Tab Navigation

post-thumbnail

22.[React Native]firebase Authenticaion를 사용하여 로그인, 회원가입 구현 및 인증 화면 구현

post-thumbnail

23.Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

post-thumbnail

24.[React Native TIL] 키보드가 input 창을 가리는 경우/ react-native-keyboard-aware-scroll-view라이브러리 사용해서 해결

post-thumbnail

25.[React Native]Expo ImagePicker를 활용하여 기기 사진 접근 및 firebase Storage에 저장

post-thumbnail

26.[React Native] 로그인 통신 시 사용자가 다른 행동을 못하도록 Spinner 컴포넌트 구현

post-thumbnail

27.[React Native TIL] Cloud Firestore을 이용해여 채널 저장

post-thumbnail

28.[React Native TIL] FlatList 컴포넌트를 활용하여 스크롤 형태로 데이터 렌더링

post-thumbnail

29.[React Native TIL] GiftedChat라이브러리를 활용하여 Cloud Firestore와 연동하여 채팅 앱 구현

post-thumbnail

30.[React Native TIL] Expo에서 EAS로 android 빌드

post-thumbnail