LEARN REACT NATIVE - PART 1

Introduction

React JS is an open-source JavaScript Library for creating UIs & React-DOM is used to render these UI components in the browser. React Native is a library that can compile react components into native components/widgets. It allows us to use React to create both Android & iOS applications.

Usually, an iOS app and Android App are completely seperate apps built using Swift/Objective-C and Java/Kotlin languages respectively. But using React Native, we can build applications for both iOS and Android platforms using single codebase. This saves alot of time and money.

Knowing the basics of JavaScript and ReactJS is must for getting into React Native.

Let's see what topics you need to cover and my favourite resources for learning basics in React Native.

Topics to cover:
  • Expo CLI vs React Native CLI
  • View
  • Text
  • Stylesheet
  • Button
  • TouchableOpacity
  • TextInput
  • FlatList
  • Alerts & Toast Messages
  • ScrollView
  • TouchableWithoutFeedback
  • KeyboardAvoidingView
Resource:

That's it from this blog post. If you liked it then do share this blog with your friends or people who wanna get into programming world. Thank You!

Copyright © NStF Blogs 2021