1. Home
  2. Docs
  3. React Native
  4. Componentler
  5. Text

Text

React native ile ekrana bir yazı yazdırılmak istenildiği zamanda kullanılır, React native kütüphanesi içerisinde gelir.

import {Text} from ‘react-native’

 

<Text>
    Text Yazısı
</Text>

 

Was this article helpful to you? Yes No