본문 바로가기

타닥타닥 개발자의 일상

검색하기
타닥타닥 개발자의 일상
프로필사진 NomadHaven

  • 분류 전체보기 (169)
    • 코딩 기록 (150)
      • Html (0)
      • Java (36)
      • JavaScript (26)
      • Information (1)
      • J-Query (1)
      • Oracle(SQL develpoer) (6)
      • Spring (5)
      • Kotlin (41)
      • SpringBoot (4)
      • react (21)
      • 유용한 IT 팁 (5)
      • linux (4)
    • 동기 부여 (0)
    • 코중 일기 (9)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
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
  • 리액트
  • npm
  • GoogleMaps
  • Javscript
  • nodejs
  • TextView
  • button
  • JS
  • 구글맵스
  • 오버라이딩
  • 랜덤넘버
  • scrollview
  • React
  • array
  • SpringBoot
  • TypeScript
  • 자바스크립트
  • stylesheet
  • 스프링부트
  • 랜덤번호
  • Kotlin
  • fragment
  • JavaScript
  • RecyclerView
  • Hook
  • Java
  • 안드로이드
  • Android
  • Linux
  • 코틀린
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록TextInput (1)

타닥타닥 개발자의 일상

react 텍스트 입력하고 button 누르면 console창에 출력되게 하는 화면 만들기 (typescript/TextUnput/Button)

App.tsx import React, { useState } from "react"; import { Button, Text, TextInput, View } from "react-native"; let glTag:String //사용되지 않는 함수 function MyFunc(props:any){ console.log(props.name) props.setText('Money') return {props.name} } export default function App(){ const [ inputTextValue, setInputTextValue ] =useState("") const [text,setText] = useState("") //setInputTextValue에 text값을 입력하는 함수..

코딩 기록/react 2022. 3. 7. 16:51
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바