The Beginners Guide to React-Native Fundamental Concepts Part 1
In our second video on React Native: The Beginners Guide to React-Native Fundamental Concepts Part 1, we jump right into the basic fundamentals necessary to design and layout a mobile application. Such as View, SafeAreaView, Scrollview, and StyleSheets. To explain these fundamentals, we start by building a new application and follow a set of examples to fully examine each concept in detail. Just in case you missed the first video 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 1 focuses on: View SafeAreaView ScrollView StyleSheets For a full list of components and APIs goto https://reactnative.dev/docs/accessibilityinfo On Mobile devices the idea of Views are containers that support... Read more