In this post, we are going to learn about Javascript array functions that every React native developer should know. developer should use these functions to write robust, reusable & scalable code to create cross-platform applications. By using these functions developers can reduce time and code and create high-performance applications so…
Read MoreTag: react-native
Add Image Icon inside Navigation bar in React native
Hi guys, In this article, we going to learn about Add Image Icon inside Navigation bar in React Native. as you all know in React Native we use React Navigation to navigate between screens in the React Native application. Sometimes developers need to add an Image Icon on the header navigation…
Read MoreHow to add custom header in react native
In this article, we are going to learn about How to add custom header in react native. As we all know react native uses React navigation which provides all types of navigation in react native projects. React Navigation provides a default header on every screen. but sometimes developers need to…
Read MoreHow to navigate between screens in React Native
In this article, we are going to learn about How to navigate between screens in React Native. To navigate between screens react native provides a powerful React-Navigation package. which you need to install in the project. this package provides different types of navigators like Stack, Native Stack, Drawer, Bottom Tabs,…
Read MoreHow to use React Native Navigation v6
In this article, we are going to learn about How to use React Native Navigation v6. To navigate between screens react native provides a powerful React-Navigation package. which you need to install in the project. this package provides different types of navigators like Stack, Native Stack, Drawer, Bottom Tabs, Material…
Read MoreReact native scrolling is not working to the bottom
In this article, we are going to solve the most common bug. In React native scrolling is not working to the bottom. basically, If the keyboard is open then the screen is not completely scrolling to the bottom. Generally, this issue will face in the iOS build. I was facing…
Read MoreHow to align text to the top multiline TextInput in React Native
Hi Guys, In this article, we are going to learn about How to align text to the top multiline TextInput in React Native. In a project, we submit content like name, email, and address using the React-native TextInput component. This component by default is displayed in a single line. it…
Read MoreHow to add dynamic height to modal react native
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 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 More