{

Learn free reactnative tutorials


How to add tailwind CSS in react native application?

February 28, 2022 ·  2 min read

This example is a step-by-step guide tutorial to adding tailwind CSS in react native framework. Tailwind CSS is a utility CSS framework that provides a lot of CSS classes reused in your web or mobile applications. This framework creates for responsive web applications, not for mobile. React Native is a framework for mobile, It uses styles to design UI elements. Writing own styles is a tedious task, We can reuse predefined classes provided by tailwind CSS....


React Native How to add line break to text component?

February 28, 2022 ·  2 min read

This is a short tutorial on how to add multiple lines in the text component in React native. And also insert line breaks such as \n, <br /> added to the Text component. In Html, tag is used to insert the line break. FOr example, if you have multiple lines of text displayed on new lines, We will insert a line break. There are multiple ways we can do it....


Subscribe
You'll get a notification every time a post gets published here.