文件名称:React Native Todo List 示例应用程序,它使用 Redux 来管理应用程序状态
文件大小:855KB
文件格式:ZIP
更新时间:2024-06-28 10:00:39
React Native Apps
react-native-redux-todo-list 使用 React Native 和 Redux 开发的示例待办事项列表应用程序。 如何运行应用程序安装 react-native 如果你没有安装 react-native-cli,请按照 React-native 入门中的说明安装它 克隆这个 repo 并安装它的依赖项 git clone https:// github.com/uiheros/react-native-redux-todo-list.git cd react-native-redux-todo-list npm install 启动应用 iOS 运行 react-native run-ios # 或者 npm run ios 安卓, run react-native run-android # or npm run android Development Lint the code npm run lint 你也可以在你的编辑器/IDE中安装以下插件: Eslint plugins EditorConfig plugin
【文件预览】:
react-native-redux-todo-list-master
----ios()
--------ReactNativeTodoList()
--------ReactNativeTodoListTests()
--------ReactNativeTodoList.xcodeproj()
----.eslintrc(1KB)
----.watchmanconfig(2B)
----android()
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------gradle.properties(887B)
--------keystores()
--------app()
--------gradle()
--------settings.gradle(231B)
--------build.gradle(648B)
----.flowconfig(3KB)
----package.json(1KB)
----todolist.gif(200KB)
----LICENSE(1KB)
----app()
--------reducers()
--------containers()
--------themes()
--------components()
--------App.js(417B)
--------actions()
----index.ios.js(139B)
----.gitignore(424B)
----index.android.js(139B)
----.buckconfig(114B)
----README.md(2KB)
----.editorconfig(207B)