Words Can Change The World!
React Native Installation Guide
This article provides a comprehensive guide for setting up a development environment for React Native on Windows, enabling you to build cross-platform apps for Android and iOS. The steps include installing essential tools such as Visual Studio Code, Android Studio, and the Java Development Kit (JDK 11). It also outlines how to configure environment variables for Java and Android SDK, select Android SDK components, and offers options for different development scenarios. Additionally, it highlights the importance of using Node.js and provides installation instructions for both Node.js and the JDK.
7 Min readStyleSheet in React Native styling React-native appliaction
This article discusses two popular methods for styling React Native apps, namely StyleSheet and styled-components, with a focus on TypeScript support. It guides readers on creating an Application.tsx file in the root folder and incorporating it into index.js. The article emphasizes the simplicity for those familiar with CSS and highlights how StyleSheet sends styles only once over the bridge, unlike normal style objects. The author provides code examples for creating a stylesheet and advises on React Native's unique styling conventions, including camelCase and unit-based measurements instead of pixels.
2 Min readMaking API Requests in React-Native with Fetch and Axios
This article explains the concept of APIs (Application Programming Interfaces) and their significance in software communication. It highlights the key differences between the fetch function and Axios, emphasizing that Axios simplifies JSON data handling as it doesn't require stringification. The article provides code examples for making GET and POST requests using both fetch and Axios, demonstrating their respective usage and advantages.
5 Min read
All Articles
React Native Installation Guide and Intro to android application
Jan 27, 2023StyleSheet in React Native StyleSheet in React Native styling React-native appliaction
Feb 2, 2023Making API Requests in React-Native with Fetch and Axios
May 27, 2023Soon I will start writing again !peaceOfMind blah blah
Sep 24, 2023Form fValidation In Reactjs: Build A Reusable Custom Hook For Inputs And Error Handling
Sep 24, 2023Form fValidation In Reactjs: Build A Reusable Custom Hook For Inputs And Error Handling
Sep 24, 2023Form fValidation In Reactjs: Build A Reusable Custom Hook For Inputs And Error Handling
Sep 24, 2023Form fValidation In Reactjs: Build A Reusable Custom Hook For Inputs And Error Handling
Sep 24, 2023Form fValidation In Reactjs: Build A Reusable Custom Hook For Inputs And Error Handling
Sep 24, 2023