728x90

react-native 5

react Splash Screen(로딩화면) 구현하기

엄청 간단한거같은데 쉽지가않다.. [React Native] 앱 첫 로딩 실행 화면 (Splash 화면) 구현 (tistory.com) [React Native] 앱 첫 로딩 실행 화면 (Splash 화면) 구현 1. npm 으로 설치 $ npm i react-native-splash-screen --save www.npmjs.com/package/react-native-splash-screen react-native-splash-screen A splash screen for react-native, hide when application loaded.. focus-on-my.tistory.com 내가 참고한곳 딱 이 순서대로하면서 한단계한단계 지나갈때마다 다시 npm run android 해보면서 오..

createDrawerNavigator (react navigation draw)이용해 옆 메뉴 만들기 (+ animated node with id 2 already exists 오류 해결)

결과물 Drawer Navigator | React Navigation https://reactnavigation.org/docs/drawer-navigator/ reactnavigation.org 기본적으로 옆 메뉴를 만드려면 react navigation drawer 모듈을 깔아야하는데 그러기위해선 이것만 깔야아하는게 아님 위 페이지에 나와있는 yarn add @react-navigation/drawer yarn add react-native-gesture-handler react-native-reanimated 이런거 깔아야하는데 이거만 깔았다고 다가 아니라 react-nativation-reanimated는 요구하는게 더 있음. Installation | React Native Reanimated..

react-native-camera 카메라/비디오 작동시키기 성공

드디어.. 시켰다. 성공. 내가 북마크한 것만 이만큼.. ^^ 그래서 내가 한 방법은 무엇이냐..? Uso de React Native Camera - YouTube 우선 이 동영상을 앵무새처럼 따라하면.. 웬만하면 성공한다. 이 동영상에 나오는 홈페이지들은 Installation · React Native Camera (react-native-camera.github.io) Installation · React Native Camera This document is split into two main sections: react-native-camera.github.io danielTeniente/reactNativeCamera: uso de RNCamera (github.com) GitHub - da..

react-native swipe 이용해서 화면 전환하기

How to Create a Swipeable Component in React Native – REACT NATIVE FOR YOU How to Create a Swipeable Component in React Native Having swipeable components in your app is very useful for actions such as deleting and archiving. The swiping ability inside your app brings down the rigid nature of user interface and increase th… reactnativeforyou.com 참고한 코드는 요기 package com.sampleapp3; import com.face..

리액트 시작.(Windows ver.)

참고한사이트는? 윈도우(Windows)에 react native 개발 환경 구축하기 - react-native로 앱을 개발하기 위해 윈도우(Windows)에 개발 환경을 구축해 보고, react-native로 생성한 프로젝트가 잘 동작하는지 확인해 봅니다. (posstree.com) 윈도우(Windows)에 react native 개발 환경 구축하기 react-native로 앱을 개발하기 위해 윈도우(Windows)에 개발 환경을 구축해 보고, react-native로 생성한 프로젝트가 잘 동작하는지 확인해 봅니다. dev-yakuza.posstree.com 요기에 아주 자알 나와있다. 명령 프롬프트(cmd)에서 저 글에 나와있는 깔라는것만 제대로 다 깔고 안드로이드 스튜디오 환경 구축만 잘 되어있다면 ..

728x90