Nested StackNavigator inside DrawerNavigator – React Native
React Native applications often use two or more navigators at once. At first, I had a problem with the combination...
Guides to creating cross-platform mobile apps with React Native
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...
In previous post: React Native editable list I showed, how to edit data of single element on list. The edited data was saved...
How to update parent state from child component in React Native ? Passing data from child component to parent component...
The Modal component has many applications. Often it is used as a “window” in which you can perform additional actions,...
To edit the list, we need … a list 🙂 If you want to learn how to create a task...
Jak wiemy z dokumentacji React Native, ScrollView renderuje wszystkie swoje dzieci na raz, co przy dużej ich ilości może powodować...
Ok, we want to display a list of items in React Native. We can do it in several ways, but...