How to create build React-native android Hi Guys, In this article, we are going to discuss How to create a test build React-native android, as a react-native developer we have to give test build to the client for testing. Android developers mostly use Android studio IDE to develop applications and…
Read MoreTag: react-native
How to align text to right in react-native
How to align text to right in react native Hi guys, In this article, we are going to learn about How to align text to right in react-native, Align View component and Align Text component is different because style props are different for View and a Text component. React-native provide…
Read MoreReact-native alert dialog box
Hi Guys, In this article, we are going to learn about react-native alert dialog box, React-native use Operating system theme to display alert dialogs means, in Android device dialog displays like android default alert dialogs and in iOS device dialog displays like android default alert dialogs, in this article we…
Read MoreFloating action button in React-native
Floating action button in React-native Hi guys, In this article, we are learning about custom floating action button in React-native, there are many libraries available for floating action but some times developer needs to add custom floating action button so that you can customize style easily, so let’s start with…
Read MoreHow to scale image in React-native
Hi guys, In this article, we are going to learn about How to scale image in React-native i.e. increase or decrease image component without changing image original dimensions, while developer some times we add height and width to image components and then after we want to change the size of…
Read MoreAdd border to Image in React-native
Add border to Image in React-native using the stylesheet Hi guys, In this article, we are going to learn about How to add border to image in react-native, for this we have to add a react-native Image component then will add the custom stylesheet to that image component and add…
Read MoreGet view position in React-native
Measure and get position on view react-native Hi Guys, In this article, we are going to learn about how to get a view position in react-native, we are going to explore how to measure and get the position of react-native elements on the screen, we are going to use onLayout,…
Read MoreSort ArrayList by id react-native
Hi Guys, In this article, we going to learn about How to sort ArrayList by id in react-native, while developing react-native application developer’s need to save API response in state and use these data for display, this data mainly list and developers add his logic, algorithms on this list, sometimes…
Read MoreRemove duplicate object from Arraylist react-native
Hi Guys, In this article, we are going to learn about How to Remove duplicate object from ArrayList react-native, while developing an application, mostly for developing the dynamic application developers uses web services i.e. APIs. after parsing response developers do many add, update queries on that data and sometimes will…
Read MoreCould not connect to development server Error in React Native
Could not connect to development server error solved In this article, we going to learn about the common error in the react-native which is could not connect to development server error, React-native project run’s on backend server which builds our code directly and reflect on screen for this you need to…
Read More