import React, {useState} from 'react'; import {Colors, View, Text, Icon, TextField, Picker, Checkbox, Incubator, ListItem, Avatar, Button, Toast} from 'react-native-ui-lib'; const pickerItems = [ {value: 0, label: 'לא'}, {value: 1, label: 'כן'} ]; const chevronIcon = require('../../assets/icons/chevronRight.png'); const RTLScreen = () => { const [checkboxValue, setCheckboxValue] = useState(false); const [sliderValue, setSliderValue] = useState(0); return ( מסך דוגמא בעברית בדיקה לטקסט רץ בעברית שהוא מיושר כמו שצריך לימין Toggle RTL/LTR from the settings screen setCheckboxValue(value)} /> setSliderValue(value)} value={sliderValue} minimumValue={0} maximumValue={100} step={1} containerStyle={{flex: 1}} // only for Slider in row /> {sliderValue} console.warn('list item press')} marginT-20 > איש כלשהו מחובר/ת