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 |
Tags
- Android
- Google JSON
- android studio
- 리액트네이티브
- ReactNative
- json
- RaspberryPi
- JSON parsing
- 구글
- 구글 맵
- 원팬파스타
- 리액트 네이티브
- 파싱
- 라즈베리파이
- Google Map
- Google direction
- 위치 끄기
- 구글 플레이스
- 원팬 파스타
- one pot pasta
- 서버
- one-pan pasta
- 안드로이드
- Ionicons
- googlemap
- Parsing
- google api
- place picker
- google places
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