Best way to create responsive mobile application in react native

Best way to create responsive mobile application in react native

We all want our app to be responsive, we want to give style according to all devices. We don’t have resources for hiring a specific team for managing device sizes. For all these things their is a library called React Native Size Matters. We are gonna learn how to achieve this goal. React Native Size … Read more

which is the Best UI library for react native

I am using react native for my app development for quite a long time. I used many UI libraries for getting the job done. But the one which I liked the most is Native-Base. here we are gonna see why it is the best. Up-to-Date Native base is always up to date. They never stop … Read more

React Native View

React Native View

We use View for basic UI Component, Just like we use div in html. This is most used core component in React Native. Syntax of View React Native View working example If you have any problem comment down below. If you want more information or properties than go to https://reactnative.dev/docs/View

How to setup environment for react native

How to setup environment in react native

There are two ways you can install react native in your system one is for those who are new to react native, and other is for those who know app development or have basic knowledge about it. setup environment for react native Quick start with Expo CLI – for beginners Start with React native CLI … Read more