Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

React native

How to Define and Manage React native global color 

We can define React Global Color so that it is used in different components in our application. Allowing us to easily manage style colors in our react application and avoid coloring mistakes in an Application. Note: In React or other frontend applications, we can solve this by CSS variables or custom CSS properties. But react-native […]

React Native Navigation Stack: A Step-by-Step Tutorial

React Navigation is a navigation library for React Native that makes it easy to manage the navigation between screens in your app. We can use the React Native Navigation Stack to navigate and pass data between different screens. We can use other navigation structures for our application needs like as follows. Here are our main […]

Unable to load script Make sure you are either running a Metro server or that your bundle ‘index.android.bundle’  Solved

For me, I fixed this error by running the command below. I found that the assets folder and its file index.android.bundle is missing in my case. This error means that the app cannot find the bundle file of Android in the assets folder. So we need to create the assets folder and the bundle file manually or by […]

Step-by-Step Guide: Welcome Screen with Lottie-React-Native Animation

In this tutorial, we will learn step by step guide to creating a Welcome screen with Lottie-React-Native animation. Lottie is a JavaScript library that can natively render Adobe After Effects animations exported as JSON with Bodymovin on the web, iOS, Android, React Native, and Windows platforms. We can use the Lottie-react-native is a wrapper for […]

Scroll to top