Skip to main content

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 ...

Dlib Installation Error Cmake Installation Error Face recognition Error solved in windows 10





Dear friends, In this article ,I will explain How to fix Dlib installation error Cmake installation error and face-recognition Installation Error in windows 10 operating system.I was working in an image processing feature of my node js application,My plan was to use Python OpenCV library to process image.In order to use OpenCV library i have to install Dlib Cmake and face-recognition.But unfortunately i faced errors while installing these packages i tried so many ways i could not install.So finally i fixed Dlib Cmake and face-recognition Installation Errors





My solution is to downloaded pyCharm and installed required packages Dlib cMake and face-recognition using pyCharm.When i download PyCharm i could easily install Dlib Cmake and face-recognition modules in my windows 10 operating systems


I have already installed PYTHON and PIP

Dlib Installation Error Solved windows 10

cMkae Installation Error Solved windows 10

face-recognition Installation Error Solved windows 10