React Native Redux Demo - Add item to list.

preview_player
Показать описание
Preparation:
1. npx react-native init ListDemo
2. cd ListDemo
3. yarn add redux
4. yarn add react-redux
6. git init . (Optional. Only if you like using Git.)

Redux:
7. Create the following folders: constants, actions, and reducers.

React-Native:

Execute:
13. react-native run-android
Рекомендации по теме
visit shbcf.ru