文件名称:react-nativeish:React Native React Native Web样板
文件大小:167KB
文件格式:ZIP
更新时间:2024-02-20 00:42:25
react redux chrome-extension mock react-native
ReactNative ... ish V2 最大化Create React App和Create React Native App的代码重用 快速功能比较 支持和之间的代码共享的体系结构 和 网络和移动故事书 笑话 通过蓝图根据blueprints/的文件生成代码blueprints/ 旨在与redux-sagas一起使用,但默认情况下未安装它们(*已安装sagas的蓝图。) 开玩笑 快速链接 √ √ √ √ ¬ √ ¬ 依存关系 带有xcode的OSX(如果您想为ios开发,尽管您也可以在ios设备上使用expo应用程序) 节点> = 6(我将使用nvm或n) 纱线> = 0.21.3 创建React应用 创建React Native App 入职 确保您了解react / redux / redux-sagas。 (“库”部分中的链接) 快速浏览目录结构。 (说明如下) 目录结构 ├── App.js # Entry point for exp ├── App.test-m.js
【文件预览】:
react-nativeish-master
----blueprints()
--------container()
--------saga()
--------component()
--------scene()
--------reducer()
----.storybook()
--------config.js(208B)
--------webpack.config.js(886B)
----.gitignore(800B)
----__mocks__()
--------storybookui.js(90B)
--------react.js(305B)
----README.md(11KB)
----.jest-mobile-setup.js(142B)
----App.test-m.js(195B)
----public()
--------manifest.json(298B)
--------index.html(2KB)
--------favicon.ico(24KB)
----.vscode()
--------extensions.json(266B)
--------launch.json(660B)
--------settings.json(29B)
----combined()
--------.expo()
----.*Maximus(1KB)
----LICENSE(1KB)
----.jest-native.json(306B)
----.reduxrc(101B)
----.eslintrc(329B)
----.gitattributes(16B)
----package.json(2KB)
----src()
--------components()
--------index.css(63B)
--------scenes()
--------App.test.js(283B)
--------registerServiceWorker.js(4KB)
--------constants()
--------App.css(341B)
--------reducers()
--------navigation()
--------index.js(598B)
--------setupTests.js(140B)
--------App.js(204B)
--------store()
--------logo.svg(3KB)
----.babelrc(130B)
----.buckconfig(114B)
----.flowconfig(2KB)
----app.json(47B)
----.watchmanconfig(3B)
----App.js(616B)
----.expo()
--------packager-info.json(155B)
--------settings.json(147B)
----.editorconfig(235B)
----yarn.lock(417KB)
----storybook()
--------stories()
--------index.js(424B)
--------addons.js(86B)