···
Sign in
···
···
react-native
hashtag
10.16
About
Reviews
Updates
1
Followers
0
Experts
Experts
stoodkev
6.86
· 4023
etainclub
2.92
· 1254
anpigon
0.34
· 599
teamhumble
0.03
· 4234
Posts
Threads
stoodkev
1.9 K
5 years ago
PeakD
How to use HiveJs (or other modules referencing core Node.js modules) on React Native
As some of you may know, I am developing a Hive Keychain App for mobile using React Native (RN). @revo asked me how I managed to use Hiv...
etainclub
218.62
5 years ago
Busy
React Native에서 Google Geocoding API Key 감추기
머리 속에 들어 있는 내용을 정리해야지 하다가 한번에 막 하고 있습니다. 이번에 알아볼 것은 리액트 네이티브 코드에서 API key를 감추는 방법을 알아보겠습니다. Geocoding이용한 주소 정보 얻기 https://ipfs.busy.org/i...
etainclub
218.62
5 years ago
Busy
Google Map API Key 감추기
리액트 네이티브에서 Google Map을 사용하려면 react-native-maps 패키지를 주로 사용합니다. 그런데 앱에서 구글 맵을 사용하려면 API key를 등록해야 합니다. react-native-maps 설치 https://github....
teamhumble
1.3 K
6 years ago
Steemhunt
React Native Gesture Handler - Declarative API exposing platform native touch and gesture!
React Native Gesture Handler Declarative API exposing platform native touch and gesture! Screenshots Hunter's comment React Native Ges...
anpigon
164.97
6 years ago
[React] Mobx-state-tree 학습하기 #2 : Mobx-state-tree 모델에서 Actions을 사용하기
이전글 "[React] Mobx-state-tree 학습하기 #1 : Mobx-state-tree를 사용해서 Reat State 관리하기"에서 이어지는 내용입니다. 참고로 이 포스팅은 제가 학습한 내용을 노트에 정리하듯이 기록하...
anpigon
164.97
6 years ago
Busy
[React Native] MobX State Tree 학습하기 #3
https://img.youtube.com/vi/snBvYS6eC2E/mqdefault.jpg 이전글 "[React Native] MobX State Tree 학습하기 #2" 에서 이어지는 내용입니다.
<...
anpigon
164.97
6 years ago
[React Native] MobX State Tree 학습하기 #2
https://img.youtube.com/vi/snBvYS6eC2E/mqdefault.jpg 이전글 "[React Native] MobX State Tree 학습하기 #1" 에서 이어지는 내용입니다. 본 포스팅은 아래 강의를...
mokam
0.00
6 years ago
Steemit
React Native Flex style
이게 꽤 혼동됩니다. 위 4개는 flexDirection: 'column' 일 때. 아래 4개는 flexDirection: 'row' 일 때. Source Code renderFlex() { return ( ...
enieber
0.00
6 years ago
Steemit
Build faster for Android using react-native with alias
When I started developing using React Native I had some problems with the android cache, both the cache of the libs and the generated cac...
etainclub
218.62
6 years ago
Busy
[이타인클럽앱] Cloud Functions을 이용한 Push Notification 구현 3/3
한 사용자가 다수의 사용자에게 Push notification을 보내는 방법입니다. 이전에는 Firebase의 Cloud Messaging 콘솔에서 메시지 보내고 사용자 기기에서 수신하는 방법을 알아봤었습니다. 이번에는 콘솔을 이용하지 않고, 사...
etainclub
218.62
6 years ago
Busy
[이타인클럽앱] Cloud Functions을 이용한 Push Notification 구현 2/3
몇 시간에 걸쳐 코딩하고 쓴 글이 그냥 삭제됐네요 ㅜ.ㅜ. busy의 자동 저장 기능도 왜 이 글만 안되는지... 너무 믿고서 그냥 Submit 버튼을 눌렀나 봅니다. 화 내지 않을께요. 그냥 더욱 정갈한 글로 써보겠습니다! 한 사용자가 다수의...