Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- googlemap
- RaspberryPi
- Parsing
- google places
- Ionicons
- Google JSON
- Google Map
- 원팬 파스타
- json
- google api
- one-pan pasta
- 구글
- JSON parsing
- 서버
- 구글 맵
- 리액트네이티브
- 원팬파스타
- 리액트 네이티브
- 안드로이드
- 라즈베리파이
- one pot pasta
- Google direction
- android studio
- 구글 플레이스
- 위치 끄기
- place picker
- 파싱
- ReactNative
- Android
Archives
- Today
- Total
목록리액트 네이티브 (1)
날뛰는 코드
1. 리액트 네이티브 레이아웃 with Flexbox (react native layout with flexbox)
https://youtu.be/Qb2a1uFSMvY - flexbox로 디자인을 짤수있다 - 웹에서 배웠으면 이미 유용 - import React from 'react'; import { StyleSheet, Text, View, ActivityIndicator } from 'react-native'; export default class App extends React.Component { render() { return ( ); } } // 오브젝트 만들어서 위에 뷰에 붙임 const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', // alignItems: 'center', // justifyContent: 'c..
REACT NATIVE
2019. 3. 3. 18:31