Skip to main content

Posts

Showing posts from July, 2021

Featured post

How to Insert line break in Text component in React Native

Hi, I was developing an application in react native.I have to handle lots of text data in this small react native application.I have used  Text component in react native many times. While working on this application,i had a requirement to display some text content with line breaks.I will explain it clearly with an example.I want to display a text as shown below  Welcome Please subscribe my channel I wrote react native code as shown below <View> <Text> Welcome Please subscribe my channel </Text> <View> When i run these lines of code,It will display text as shown below Welcome Please subscribe my channel   - instead of displaying in two lines with line break,it displays in a single line.So i have to find a solution to insert line break in Text component in React Native.After lots of research,i found a clean solution as shown below <View> <Text> Welcome{"\n"} Please subscribe my channel </Text> <View> Here ...

Start Stop Restart Pause Resume SQL Server Instances Using SERVICES.MSC and SQL Configuration Manager

How to Create SQL Database Mail Profile and How to Configure SQL Database Mail in SQL Server 2008 SQL Server 2008 R2 SQL Server 2014

How to Install SQL SERVER 2000 in Windows 64 Bit Operating Systems Step by Step Explanation with Images -Windows 7 Windows 8

The function requested is not supported .An authentication error has occurred - RDP error in windows 10 windows 7 windows 8 windows server OS

An internal error has occurred error for Remote Desktop Connection -When try to connect my Server machine from a client machine