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
- map
- code-push-standalone
- TS
- interface
- 타입스크립트
- Filter
- Next.js
- generic
- extends
- 상속
- async
- app.post
- xlsx-js-style
- supabase auth
- array
- javascript
- set
- 스크롤이벤트
- Spring
- meatadata
- supabase authentication
- react
- 글또10기x코드트리
- codepush
- 코드푸시
- supabase 페이지네이션
- 슬라이딩윈도우
- 이진탐색
- reactnative
- 페이지네이션
Archives
- Today
- Total
목록expo-style (1)
rhanziy

import부분을 살펴보면 react-native에서 가져오는게있고 expo에서 가져오는게 있다. react-native에서 기존에 지원하던 라이브러리들을 축소해 더 가볍게 개발할 수 있게 바뀌었고, 그밖에 expo사이트에서 에서 필요한 라이브러리를 import해 사용하면 됨. import { StatusBar } from 'expo-status-bar'; import { StyleSheet, Text, View } from 'react-native'; export default function App() { return ( hello ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignIte..
React Native
2023. 10. 6. 15:07