Introduction to StyleSheet and Understanding Main-axis and Cross-axis in React-NativeFeb 4, 2023·2 min read
Simple Factory Design PatternWhat is Simple factory design pattern The simple factory design pattern is a creational design pattern that provides an Interface for creating objects without exposing the object creation logic to the client It encapsulates the object creation code...Feb 23, 2025·3 min read
Your First Hello World React-Native App (JSX,Basic Components in react-native )Feb 1, 2023·3 min read
Up and running your first react-native appThings you need to set up before running your first react-native app(On android simulator or physical device) Make sure to install Android SDK Go to react-native documentation and check which version of SDK and the dependencies you have to install ...Jan 30, 2023·3 min read
Quick Installation guide for React Native (Mac Os)Things you will have to download: VS Code Java (OpenJDK) Android Studio Xcode Steps to install VS Code: Go to google and search Download vscode Click on the first link given in the search https://code.visualstudio.com/download Click on the...Jan 27, 2023·1 min read
Understanding CSS Position using Feynman TechniqueFeynman Technique A brief introduction to what is Feynman Technique. It is a method of learning which helps us to get a deeper understanding of the concept we are learning. In this method if we can learn a concept in a way that we can make a kid unde...Jul 23, 2022·3 min read