learningaboutcode

Technology Information

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

Category: ReactNative

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 onNovember 11, 2022September 17, 2024

How to fix: The following Swift pods cannot yet be integrated as static libraries

I recently created a new app React Native 0.70.1 with Firebase 15.1.1 and needed  to integrate Firebase for google signIn and I got  error  the below when doing “pod…

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
learningaboutcode
ReactNativePosted onAugust 16, 2021September 17, 2024

Adding Inner Tabs in reactnative

Today I will show how to add an inner tab inside the screen using react-native-scrollable-tab-view npm package. First, create a project and navigate to that…

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

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