-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Expo - 基于React Native的一款上层框架 | ||
- https://expo.dev/ | ||
- Expo is a framework that makes developing Android and iOS apps easier. Our framework provides file-based routing, a standard library of native modules, and much more. | ||
- 总结 | ||
- 基于React Native的一款上层框架 | ||
- 同时支持Android、iOS 和 Web的跨端开发 | ||
- 提供了Expo CLI脚手架、Expo Go沙箱、EAS 构建、EAS 提交、EAS 更新、Expo Router、Expo module API 等一系列扩展功能 | ||
- 通过Expo,避免了直接对原生开发,原生代码都由Expo构建产出。(但也支持自定义原生内容) | ||
- Expo SDK 接续了 React Native 核心库的结尾。它提供对许多设备和系统功能的访问,例如音频、条形码扫描、相机、日历、联系人、视频等。它还添加了其他强大的库,如更新、地图、OAuth 身份验证工具等。目前很多主流库都支持Expo,不支持的库也提供了接入方式。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Gatsby 基于 React 的框架 | ||
- https://www.gatsbyjs.com/ | ||
- Gatsby 是一个基于 React 的免费、开源框架,用于帮助开发者构建运行速度极快的网站和应用程序。 | ||
- Gatsby 是一个为 React 打造的快如闪电的现代化站点生成器。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## React 相关 | ||
## React 与 React Native 相关 | ||
- [React Navigation vs React Router](ReactNavigationReactRouter.md) | ||
- [Babel转码器](Babel.md) | ||
- [Babel转码器](Babel.md) | ||
- [Gatsby 基于 React 的框架](Gatsby.md) | ||
- [Expo - 基于React Native的一款上层框架](Expo.md) |