fatal: not a git repository (or any of the parent directories): .git현재 폴더에 git에 대한 정보를 담은 파일이 없기 때문에 발생하는 에러.$ git init 수행후 다시 $ git remote add 명령어 실행
오픈소스로 모바일에 최적화된 데이터베이스 라이브러리이다.Realm의 데이터는 쿼리, 필터링, 상호연결이 가능하고 저장이 된다.Realm은 객체 형태로 데이터를 읽어오고 객체 형태로 DB에 저장이 가능하다.▶ Refer to https://docs.mongodb
npm install @react-navigation/nativenpm install react-native-screens react-native-safe-area-context
리액트네이티브 설치npx react-native init \[AwesomeProject]Metro 실행npm start || npx react-native startWhat is Metro?어플리케이션 실행npm run android || npm run ios
value는 Animated.Value()를 쓴다.state에 value를 넣지 않는다value 값을 직접 정하지 않는다.Animated API를 사용하여 value값을 준다.Animatable components에만 Animation을 줄 수 있다.아무 컴포넌트에다가
리액트 네이티브 생성설치npx react-native init \[AwesomeProject]Metro 실행npm start || npx react-native start어플리케이션 실행npm run android || npm run ios
▶ Passing parameters to routes https://reactnavigation.org/docs/params/navigation.setOptions는 헤더(타이틀) 변경 시에 사용합니다.▶ Refer to https://reactna
https://github.com/reactrondev/react-native-web-swiper # Props loop swiper 끝까지 가면 맨 처음화면으로 돌아옴 timeout `` 2초마다 swiper controlsEnabled controlsEnabl
스타일 컴포넌트에서도 다크모드를 적용할 수 있다현재 적용된 스키마를 확인한다<ThemeProvider />를 통해서 현재 테마의 다크모드 여부에 따라 적용한다<ThemeProvider />가 네비게이터 컨테이너를 감싸고 있기 때문에 하위 컴포넌트들에게 테마
CSS 코드를 Native Component가 써도 스타일 적용됨npm i styled-components뒤에 /native는 꼭 써줘야함!\-> styled Components는 브라우저에서도 작동하기 때문에 native에서 사용하는 태그(?)를 위해서styled C
npm install @react-navigation/native-stack● navigation prop > https://reactnavigation.org/docs/navigation-prop● Native Stack Navigator > https&#x
▶ Refer to https://reactnavigation.org/docs/bottom-tab-navigatorFunction that given { focused: boolean, color: string, size: number } returns a R
npm i react-native-vector-iconsandroid/app/build.gradle 추가android/settings.gradle 추가android/app/build.gradle 추가node_modules/react-native-vector-icons/
useColorScheme()react-native API▶ Refer to https://reactnative.dev/docs/usecolorschemeThemesreact-navigation▶ Refer to https://reactnavigati
npm install @react-navigation/bottom-tabsNavitaion을 사용할 때에는 NavigationContainer로 감싸주어야 한다.<Tab.Screen>의 name은 헤더와 하단 탭명, component는 내용을 나타낸다.
기본 뼈대npx react-native init AwesomeProjectigniteRN 앱을 생성해주는 CLI(Command-Line Interface)