文件名称:react-native-boilerplate:一个带有Typescript的React Native项目启动器
文件大小:401KB
文件格式:ZIP
更新时间:2024-05-06 07:23:19
Java
React本机样板 资料夹结构:,一个带有易于样式化组件的挂钩的主题提供程序,一个文件夹架构就绪以及一些用于保持代码库干净的配置 src ├── assets │ ├── audios │ ├── fonts │ ├── icons │ └── images ├── components │ ├── Layout.tsx │ ├── Text.tsx │ └── folder-rules.txt ├── navigators ├── screens │ ├── WelcomeScreen.tsx │ └── folder-rules.txt ├── services ├── themes │ ├── ThemeContext.tsx │ └── themes.ts ├── translations │ ├── en │ │ ├── common.json │ │ └── index.ts │ ├── fr │
【文件预览】:
react-native-boilerplate-master
----.gitignore(813B)
----package.json(2KB)
----package-lock.json(378KB)
----src()
--------components()
--------translations()
--------utilities()
--------themes()
--------screens()
----.buckconfig(114B)
----android()
--------app()
--------settings.gradle(190B)
--------build.gradle(1KB)
--------gradlew(6KB)
--------gradlew.bat(3KB)
--------gradle.properties(1KB)
--------gradle()
----.watchmanconfig(2B)
----metro.config.js(321B)
----ios()
--------pocket.xcodeproj()
--------pocket.xcworkspace()
--------pocketTests()
--------Podfile.lock(15KB)
--------pocket()
--------Podfile(731B)
----index.js(197B)
----CHANGELOG.md(709B)
----tsconfig.json(5KB)
----__tests__()
--------App-test.tsx(246B)
----.eslintrc.js(348B)
----.prettierrc.js(144B)
----README.md(2KB)
----babel.config.js(142B)
----.gitattributes(127B)
----app.json(49B)
----.husky()
--------.gitignore(2B)
--------pre-commit(90B)
----.editorconfig(43B)
----yarn.lock(318KB)
----App.tsx(278B)