전체 글 210

[React Native] Bolier Plate 보일러 플레이트 코드

https://github.com/daheeahn/react-native-bolier-plate daheeahn/react-native-bolier-plate react native bolier plate with react-navigation. Contribute to daheeahn/react-native-bolier-plate development by creating an account on GitHub. github.com [포함 라이브러리] - react-navigation - styled-component 사실 이 2개를 설치하기 귀찮아서 만든 보일러 플레이트! 자세한 사항은 README를 참고해주세요!

local notification 안드로이드 알람이 멈추지 않을 때 (react-native-push-notification)

local notification 안드로이드 알람이 멈추지 않을 때 (react-native-push-notification) - 사용 라이브러리https://github.com/zo0r/react-native-push-notification - 환경RN 0.61.5 - 버그안드로이드 설치 따라하고, local notification을 실행시켜 봤는데, 알림이 멈추지 않고 계속 왔다.Android Notification Keep showing infinitely.  - UsagePushNotification.localNotification({ /* Android Only Properties */ id: '0', // (optional) Valid unique 32 bit integer spec..

[React Native] react-native-maps 구글맵

- 환경: RN 0.61.5 - 라이브러리 https://github.com/react-native-community/react-native-maps - google api key 생성 https://developers.google.com/maps/documentation/ios-sdk/get-api-key get api key 부분 그대로 - 설치 https://github.com/react-native-community/react-native-maps/blob/master/docs/installation.md installation 대로 따라하기! android installation 따라하고 아래는 추가로 해준거! 1) Build configuration on Android project-wide ..

[React Native] NFC 스캔 - 안드로이드

[사용 라이브러리] https://www.npmjs.com/package/react-native-nfc-manager react-native-nfc-manager A NFC module for react native. www.npmjs.com [환경] RN 0.61.5 1. 라이브러리 설치 # RN >= 0.60 npm i --save react-native-nfc-manager 2. Set Up AutoLink가 되므로 안드로이드는 해줄게 없음! 근데 android/app.src/main/AndroidManifest.xml 태그 안에 추가? https://medium.com/@eungook/react-native%EC%97%90%EC%84%9C-nfc%EB%A5%BC-%EC%9D%BD%EC%96%B4%..

[GraphQL / Apollo] 도입해보기

https://coding-dahee.tistory.com/111아폴로 습득 후 직접 해보기! 목적: redux, context 대체. 1. isLoggedIn 이라는 변수 만들고 cache에서 가져와보기 client/src/apollo/Apollo.jsimport {resolvers, typeDefs} from './resolvers';import {ApolloClient} from 'apollo-client';import {HttpLink} from 'apollo-link-http';import {InMemoryCache} from 'apollo-cache-inmemory';const cache = new InMemoryCache();const link = new HttpLink({ uri: 'ht..

Study/GraphQL 2020.03.02

[Roubit] 개발일지

https://github.com/wmcmahan/react-native-calendar-events wmcmahan/react-native-calendar-events📆 React Native Module for iOS and Android Calendar Events - wmcmahan/react-native-calendar-eventsgithub.com react-native link react-native-calendar-events했음 https://github.com/wmcmahan/react-native-calendar-events/wiki/iOS-setupinfo.plist 추가하니 권한 요청할 때 크래시 사라짐. 그냥.... 알람은.... 커스텀이었던거다. yarn add react-n..

Archive 2020.02.25

[React Native] react-navigation ***v5*** 사용법

[참고링크] https://yuddomack.tistory.com/entry/React-Navigation%EC%9C%BC%EB%A1%9C-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%ED%83%AD-%EB%84%A4%EB%B9%84%EA%B2%8C%EC%9D%B4%ED%84%B0-%ED%99%94%EB%A9%B4-%EA%B5%AC%EC%84%B1%ED%95%98%EA%B8%B0 React Navigation으로 로그인, 탭 네비게이터 화면 구성하기 이전에 react-native-navigation 사용법을 포스팅 한 적이 있는데, react-navigation이 react-native-navigation보다 설치도 간편하고, 사용하기 편리하고, 무엇보다 성능이 좋아져서 최근에 자주 사용하고 있습..

[GraphQL / Apollo] 오프라인 노트앱 만들기

[Stack]- GraphQL- Apollo- ReactJS- StyledComponent https://github.com/daheeahn/nomad-notes daheeahn/nomad-notesOffline-First Markdown Note Taking App bulit with Apollo오프라인 노트앱 만들기 - daheeahn/nomad-notesgithub.com GraphQL, Apollo로 local state 관리, 오프라인으로.Redux(x) Context Api(x) 니꼴피셜: 리덕스 버림. Apollo, GQL과 함께면, 리덕스 필요 없음 GQL이 Redux의 API 부분만 대체하는줄 아는데,GQL로 local state 다루는걸 보여줄 것. api 없이, 다 local sta..

Study/GraphQL 2020.02.16
출처: https://mingos-habitat.tistory.com/34 [밍고의서식지:티스토리]