React native

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

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 …

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

Welcome Screen with Lottie-React-Native

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 …

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