文件名称:rn-crud-with-redux-axios-lumen:带有 axios redux 的简单 Crud React Native 和带有 laravel lumne 的 api
文件大小:291KB
文件格式:ZIP
更新时间:2024-06-18 16:12:39
JavaScript
rn-crud-with-redux-axios-lumen 重要首先你必须在克隆流明火 如何运行应用程序 1.打开这个项目的目录2.做纱线安装3.yarn start 或 npm start 4.yarn android 或 npm android 5. 别忘了先在lumen目录下运行api php -S localhost:8000 -t public (如果使用模拟器)如果出现网络错误然后更改utils文件夹中的URL_API并将其更改为模拟器api的url(如果使用设备)根据ip地址更改它,如果您使用设备然后运行api 用php -S your ip:8000 -t public替换它
【文件预览】:
rn-crud-with-redux-axios-lumen-master
----metro.config.js(300B)
----.flowconfig(2KB)
----.gitattributes(16B)
----yarn.lock(308KB)
----.eslintrc.js(74B)
----src()
--------router()
--------pages()
--------redux()
--------utils()
--------component()
--------App.js(496B)
----babel.config.js(77B)
----ios()
--------reactcrudTests()
--------reactcrud.xcodeproj()
--------reactcrud-tvOS()
--------reactcrud-tvOSTests()
--------Podfile(5KB)
--------reactcrud()
----android()
--------gradlew(6KB)
--------settings.gradle(193B)
--------gradle()
--------gradlew.bat(3KB)
--------gradle.properties(1KB)
--------app()
--------build.gradle(1003B)
----__tests__()
--------App-test.js(266B)
----README.md(722B)
----.buckconfig(114B)
----app.json(55B)
----.gitignore(813B)
----.prettierrc.js(120B)
----index.js(187B)
----.watchmanconfig(2B)
----package.json(1KB)