React Native persist data. Saving and reading data from AsyncStorage
In previous post: React Native editable list I showed, how to edit data of single element on list. The edited data was saved...
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...
Setting the dimensions of elements used in React Native applications often causes problems. Therefore, we’ll look at several ways that...
It often happens that we want to change the dimensions of the button, which by default is extended to the...