learningaboutcode

Technology Information

Skip to content
Menu
  • JavaScript
  • ReactNative
  • More
    • About Me
    • Contact Me
    • Privacy Policy
    • DISCLAIMER
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
JavaScript Operators: Understanding Logical OR and Nullish Coalescing
JavaScriptPosted onJune 26, 2024September 17, 2024

JavaScript Operators: Understanding Logical OR and Nullish Coalescing

Programming languages such as JavaScript are important and adaptable for web development. JavaScript has nothing to do with Java, despite its name. In 1997, the…

Read More
React using template
JavaScriptPosted onNovember 24, 2022September 17, 2024

React portfolio page using templates

Today we are going to make a react project using template. Here are the points you have to follow. 3. Now create a new folder…

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
Conditionals in Javascript
JavaScriptPosted onJuly 19, 2022September 17, 2024

Conditionals in Javascript

Conditions in any programming language are the control behavior which determines whether or not that piece of code can run. Some of the conditions used…

Read More
Javascript
JavaScriptPosted onJuly 11, 2022September 17, 2024

JavaScript Basics for Beginners 2

Use of “use Strict” : Its strictly checks if the variable is defined using var keyword or let keyword. Handle Global Variables: It is difficult…

Read More
Javascript
JavaScriptPosted onJuly 5, 2022September 17, 2024

JavaScript Basics for beginners

Javascript is a dynamic language that means -> Datatypes of the variables can change during runtime. Javascript determines data types depending on the values assigned.We…

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

Posts navigation

Page 1 Page 2 … Page 4 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