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 MoreTag: react-native
How 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 MoreCustom toggle switch in React Native
Hi Guys, In this article, we are going to learn about Custom toggle switch in React Native. There are many dependencies and plugins available for the toggle switch, I had used one of them but I was facing many issues with that like it’s not customizable, in some libraries preselection…
Read MoreHow to use useFocusEffect in React Navigation 5.x
Hi everyone, In this article, we are going to learn about How to use useFocusEffect in React Navigation 5.x. React Navigation is the most important dependency used to navigate between screens in React native and as the version changes, there are some changes in syntax. so in this article, we…
Read MoreHow to put one view over another view React Native
Hi guys, I this article, we are learning about the topic which use to design application UI. developers need to add one view over another this will be useful when you want to add budge icon on Cart icon on the top right corner so we are going to learn…
Read MoreHow to put number at top right corner in react native
Hello everyone, In this article, we are going to learn about How to put number at top right corner in react native. Sometimes Developers need to create complex UI designs, like place one view above another view basically, we are going to display cart count on the toolbar. there are…
Read MoreHow to upload file to Server with From Data in React native
In this article, we will learn about How to upload file to Server with From Data in React native. we are going to use React native Fetch request to send the file to the server. and we are using Form data to upload files to the server. it is better…
Read MoreCustom decimal rating bar React native
Hi Guys, In this article, we are going to create a Custom decimal rating bar React native, Nowadays a rating bar is most common in e-commerce application to give rating for products & in react native we have many libraries for rating bar but we have to manage versions of…
Read More