[TIL] 0614 React Native
IT/TIL(Today I Learnt)2022. 6. 15. 11:43
Today I Learnt
0614:
React native
rnfe ->
import { View, Text } from 'react-native'
import React from 'react'
const ListItems = () => {
return (
<View>
<Text>ListItems</Text>
</View>
)
}
export default ListItems
https://www.youtube.com/watch?v=0JG1_9xqC6A
오늘도 삽질 엄청하는중..
반응형
'IT > TIL(Today I Learnt)' 카테고리의 다른 글
[TIL] 0616 졸업이보인다 (1) | 2022.06.16 |
---|---|
[TIL] 0615 Advanced Algorithms (0) | 2022.06.16 |
[TIL] 0613 (0) | 2022.06.14 |
[TIL] 06111 (0) | 2022.06.13 |
[TIL] 06010 react native (0) | 2022.06.11 |
댓글()