How to set div to 100% window height?
Tworząc strony internetowe zdarza się, że chcemy, aby div z określonymi informacjami zajmował całą wysokość okna, niezależnie od wysokości tego...
Tworząc strony internetowe zdarza się, że chcemy, aby div z określonymi informacjami zajmował całą wysokość okna, niezależnie od wysokości tego...
The problem of centering divs or text is quite common and I often had to spend more time fixing it...
Depending on what you currently want to achieve, you can use several solutions to check if the string contains substring:
We have array [“javascript”, “jest”, “fajny”, 1, 2, 3]. Let’s see what’s happends, if we want to copy it and...
By sorting an array of numbers and using the built-in sort() function, you’ll definitely notice that, by default, sorting doesn’t...
React Native applications often use two or more navigators at once. At first, I had a problem with the combination...
Passing drawer navigator to the stack navigator header is pretty easy, though it might seem difficult. It is seen by...
If you have problem with understanding how Drawer navigation works, this short tutorial will help you implement DrawerNavigator into your...
Simple React Native StackNavigator Tutorial – navigating between screens Mobile applications often use more than one screen to properly present...