Полезные ссылки к домашнему заданию по первому уроку:
компонент Text - https://reactnative.dev/docs/text
компонент View - https://reactnative.dev/docs/view
Text Style Props: https://reactnative.dev/docs/text-style-props
View Style Props: https://reactnative.dev/docs/view-style-props
Layout Props: https://reactnative.dev/docs/layout-props
Layout with Flexbox https://reactnative.dev/docs/flexbox
компонент Text - https://reactnative.dev/docs/text
компонент View - https://reactnative.dev/docs/view
Text Style Props: https://reactnative.dev/docs/text-style-props
View Style Props: https://reactnative.dev/docs/view-style-props
Layout Props: https://reactnative.dev/docs/layout-props
Layout with Flexbox https://reactnative.dev/docs/flexbox
компонент Image - https://reactnative.dev/docs/image
Dimensions - https://reactnative.dev/docs/dimensions
Dimensions - https://reactnative.dev/docs/dimensions
Shadow Generator https://ethercreative.github.io/react-native-shadow-generator/
Код на конец урока https://snack.expo.dev/@merry_ejik/lesson2_end
Домашка: сделать экран "Профиль клиента" из нашего первого проекта https://www.figma.com/file/muvGGVgoOKUBnJh6IVAkTB/HeedyUni?node-id=1714%3A841
SafeAreaView делает отступ сверху для телефонов "с ушками"- https://reactnative.dev/docs/safeareaview
StatusBar - настраивает цвет верхней полоски телефона с часами и батареей, так же можно ее скрыть - https://reactnative.dev/docs/statusbar
пример кода с выделенным компонентом - https://snack.expo.dev/@merry_ejik/our-component
пример с передачей параметров в компоненты - https://snack.expo.dev/@merry_ejik/our-component-with-props