The Beginners Guide to React-Native Fundamental Concepts Part 3
In our third video on React Native: The Beginners Guide to React-Native Fundamental Concepts Part 3, continues our discussion of fundamental components. Previously, we covered mobile design, layout, and text components. Now we are going to cover some new components, such as buttons, images, and background images. Just in case you missed the last video you can find it here or you need a refresher you can find the first video Started Using React Native For Your Mobile Applications here. React-Native Fundamental Concepts Part 3 focuses on: Image Image Background Button For a full list of components and APIs goto https://reactnative.dev/docs/accessibilityinfo Image An Image React component is useful when you want to display different types of images, including network images, static... Read more