Hi guys, In this article, we are going to learn about How to add dynamic height to modal react native. As you all know react native use the default OS alert box to show messages which is very basic & UI is also very old. The developer is not able…
Read MoreCategory: React-native
Learn React-native step by step
How to clean react native project
Hi guys, In this article, we are going to learn about how to clean react native project. I have been working on React native for 4 years. during this time I realize that many issues were reproduced due to old builds data, cache data, for iOS due to pod file…
Read MoreDuplicate resources React Native Android
Hi Guys, In this article, we are learning about Duplicate resources React Native Android error. generally, we face this error while creating a signed apk or production build. To create React Native Android build we need to create index.android.bundle inside the asset folder. to create this bundle check this post. after…
Read MoreHow to disable emoji in react native keyboard
Hi everyone, In this article, we are going to learn about how to disable emoji in react native keyboard. Many times developers have to add validation to disable emojis for TextInput in react-native to get important information from the user or unique username. for important information user should not be…
Read MoreHow to setup Android studio on windows
Installing Android Studio on Windows Tutorial Hi guys, in this article we are going to learn about the step by step setup guide for Installing Android Studio on Windows, to start with Android development firstly we need to download & install Java Development Kit (JDK) & Android studio IDE. so…
Read MoreHow to use functional components for React Native development
In this post, we will learn about How to use functional components for React Native development, as we all know we can develop React Native apps using two types either classes or functions. In the class component, we can able to use state using this.state.name but in 2019 with the…
Read MoreHow to implement firebase remote config in React native
Hi Guys, In this article, we are going to learn about How to implement firebase remote config in React native. This is Firebase’s one of the important feature which used to transfer data dynamically in published Application. you can transfer the base URL in the Application through the Firebase Remote…
Read MoreHow to download File in React Native iOS using URL
In this article, we are going to learn about How to download File in React Native iOS using URL. Before going to proceed with this React Native IOS example. I want you to go through my previous article which was written for How to download File in React Native Android.…
Read MoreHow to create Multiple Environments in React Native Android
Hi Guys, In this article, we are going to learn about How to create Multiple Environments in React Native Android. Generally, developers need to create multiple environments for their project to share the build with the Internal testing team or to make App live on the play store. to do…
Read More