learningaboutcode

Technology Information

Skip to content
Menu
  • JavaScript
  • ReactNative
  • More
    • About Me
    • Contact Me
    • Privacy Policy
    • DISCLAIMER

Tag: React-native

React native best practices
JavaScriptPosted onSeptember 30, 2024September 30, 2024

Best practices for React Native: Naming Convention

Any codebase needs naming conventions to be organized. We will examine ways to make the React Native codebase readable, structured, and scalable in today’s discussion…

Read More
ReactNativePosted onApril 3, 2022September 17, 2024

Adding OverLay to react-native using react-native-elements

First lets create a project name AwesomeModal. now install the required dependencies now open the project with code. in your terminal and you can see…

Read More
expo install @react-native-async-storage/async-storage
ReactNativePosted onMarch 8, 2021September 17, 2024

Uses of async Storage in react-native

AsyncStorage is a simple yet powerful module to persist data offline in react native. We can use key-value storage system to persist the value. Lets…

Read More
react-native swiper
ReactNativePosted onMarch 1, 2021September 17, 2024

Walkthrough screens in react-native

In this tutorial we will cover how to make an UI of walkthrough Screen. Below is the UI which we will achieve. Lets first create…

Read More
custom tab bar button
ReactNativePosted onFebruary 18, 2021September 17, 2024

Adding Custom bottom tab navigator in react-native

Today we are going to add a simple custom bottom tab navigator using reactnative. Let’s create a new project name as customButtomTab using expo and…

Read More
UI
ReactNativePosted onFebruary 16, 2021September 17, 2024

Login UI using ReactNative

Today we are going to achieve a login page UI from dribble using React-native(https://dribbble.com/shots/7198811-Registration-Screen-for-Mobile-App-PlantLovers) First, let’s create a new project using expo init and navigate…

Read More
ReactNativePosted onFebruary 11, 2021April 10, 2024

Login/ Register with firebase

Today I am going to login/register using firebase. But, before moving forward we need to create project in firebase console. After creating project in firebase…

Read More
ReactNativePosted onFebruary 7, 2021April 10, 2024

Adding Shimmer Effect or Skeleton UI Loader in react-native

Lets first create a new project This will create a new project named skimmerEffect. We will using a package called react-native-skeleton-placeholder Now, lets install the…

Read More
react native textinput
ReactNativePosted onSeptember 29, 2020February 10, 2021

Using React Hook useState in ReactNative

Hooks are introduced in React 16.8. Hooks are used in functional Components. We will be learning to write code using React Hook useState. But, before…

Read More
JavaScript
JavaScriptPosted onMay 15, 2020February 10, 2021

Rest Parameter and Spread Operator

Rest Parameter… It is denoted by 3 dots(…). The dots(…) means gather the remaining parameters into an array. Below shows the code of rest operator.…

Read More

Posts navigation

Page 1 Page 2 Next Page

Recent Posts

  • Best practices for React Native: Naming Convention September 30, 2024
  • JavaScript Operators: Understanding Logical OR and Nullish Coalescing June 26, 2024
  • React portfolio page using templates November 24, 2022
  • How to fix: The following Swift pods cannot yet be integrated as static libraries November 11, 2022
  • Conditionals in Javascript July 19, 2022
© Copyright 2025 – learningaboutcode
Allium Theme by TemplateLens ⋅ Powered by WordPress