Django is a Web framework written in Python. A Web framework is a software that supports the development of dynamic web sites, application and services.…
It is constructed either with the RegExp constructor or can be written as a literal value by enclosing a pattern in forward slash(/) characters. The…
Here, we are going to achieve palindromes in two ways. With inbuilt javascript functions Using for loops Provided test cases palindrome(“racecar”) should return true palindrome(“test”) should return…
Arrow function also known as flat arrows are more shorter compare to functions. Lets have a look at it. Here is a function written in…
Rest Parameter… It is denoted by 3 dots(…). The dots(…) means gather the remaining parameters into an array. Below shows the code of rest operator.…
Lets try to achive collapsible scrollview header as shown below. Dependencies Conclusion:You have made your first animation with the reanimated API by making the collapsible header…
We will use react-native-image-picker library to either to select the image from gallery or to capture the image from camera. Step 1 — Create a basic React…
Adding Icons and changing color in reactnavigation V5 tabbar as shown below. Before diving directly into code , lets first install all the packages If…
React-native status bar is used to show the indicators like a battery, Network, notification, signals, etc. The status bar in Ios and android are different.…
The main focus of safeareaView in react native is to render the content within the boundaries. If safe area view is not included in App…