반응형
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
- androidstudio
- unittest
- xcode
- IOS
- 네트워크
- 오블완
- build
- linux
- jest
- node
- vsCode
- ReactNative
- webpack
- Chrome
- 맥
- 티스토리챌린지
- 개발
- MAC
- localserver
- qunit
- MachineLearning
- centos
- VirtualBox
- 리눅스
- react
- Android
- 센토스
- PYTHON
- TensorFlow
Archives
- Today
- Total
목록test (1)
로메오의 블로그

화면 코딩하기 /App.js import React, { Component } from 'react'; import { StyleSheet, Text, View, } from 'react-native'; export default class App extends Component { render() { return ( Hello ); } } const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF', }, }); Build 하기 $ react-native run-android Test Code 작성 /__test__/App-tes..
App & OS/Hybrid
2019. 6. 17. 02:52