<h1 align="center">
<a href="https://facebook.github.io/react-native/">
React Native
</a>
</h1>
<p align="center">
<strong>Learn once, write anywhere:</strong><br>
Build mobile apps with React.
</p>
<p align="center">
<a href="https://github.com/facebook/react-native/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="React Native is released under the MIT license." />
</a>
<a href="https://circleci.com/gh/facebook/react-native">
<img src="https://circleci.com/gh/facebook/react-native.svg?style=shield" alt="Current CircleCI build status." />
</a>
<a href="https://ci.appveyor.com/project/facebook/react-native/branch/master">
<img src="https://ci.appveyor.com/api/projects/status/g8d58ipi3auqdtrk/branch/master?svg=true" alt="Current Appveyor build status." />
</a>
<a href="https://www.npmjs.org/package/react-native">
<img src="https://badge.fury.io/js/react-native.svg" alt="Current npm package version." />
</a>
<a href="https://facebook.github.io/react-native/docs/contributing">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
</a>
<a href="https://twitter.com/intent/follow?screen_name=reactnative">
<img src="https://img.shields.io/twitter/follow/reactnative.svg?label=Follow%20@reactnative" alt="Follow @reactnative" />
</a>
</p>
<h3 align="center">
<a href="https://facebook.github.io/react-native/docs/getting-started">Getting Started</a>
<span> 路 </span>
<a href="https://facebook.github.io/react-native/docs/tutorial">Learn the Basics</a>
<span> 路 </span>
<a href="https://facebook.github.io/react-native/showcase.html">Showcase</a>
<span> 路 </span>
<a href="https://facebook.github.io/react-native/docs/contributing">Contribute</a>
<span> 路 </span>
<a href="https://facebook.github.io/react-native/en/help">Community</a>
<span> 路 </span>
<a href="https://github.com/facebook/react-native/blob/master/.github/SUPPORT.md">Support</a>
</h3>
React Native brings [**React**'s][r] declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.
- **Declarative.** React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug.
- **Component-Based.** Build encapsulated components that manage their state, then compose them to make complex UIs.
- **Developer Velocity.** See local changes in seconds. Changes to JavaScript code can be live reloaded without rebuilding the native app.
- **Portability.** Reuse code across iOS, Android, and [other platforms][p].
React Native is developed and supported by many companies and individual core contributors. Find out more in our [ecosystem overview][e].
[r]: https://reactjs.org/
[p]: https://facebook.github.io/react-native/docs/out-of-tree-platforms
[e]: https://github.com/facebook/react-native/blob/master/ECOSYSTEM.md
## Contents
- [Requirements](#-requirements)
- [Building your first React Native app](#-building-your-first-react-native-app)
- [Documentation](#-documentation)
- [Upgrading](#-upgrading)
- [How to Contribute](#-how-to-contribute)
- [Code of Conduct](#code-of-conduct)
- [License](#-license)
## 馃搵 Requirements
React Native apps may target iOS 9.0 and Android 4.1 (API 16) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like [Expo](https://expo.io) can be used to work around this.
## 馃帀 Building your first React Native app
Follow the [Getting Started guide](https://facebook.github.io/react-native/docs/getting-started.html). The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:
- [Trying out React Native][hello-world]
- [Creating a New Application][new-app]
- [Adding React Native to an Existing Application][existing]
[hello-world]: https://snack.expo.io/@hramos/hello,-world!
[new-app]: https://facebook.github.io/react-native/docs/getting-started.html
[existing]: https://facebook.github.io/react-native/docs/integration-with-existing-apps.html
## 馃摉 Documentation
The full documentation for React Native can be found on our [website][docs].
The React Native documentation discusses components, APIs, and topics that are specific to React Native. For further documentation on the React API that is shared between React Native and React DOM, refer to the [React documentation][r-docs].
The source for the React Native documentation and website is hosted on a separate repo, [**@facebook/react-native-website**][repo-website].
[docs]: https://facebook.github.io/react-native/docs/getting-started.html
[r-docs]: https://reactjs.org/docs/getting-started.html
[repo-website]: https://github.com/facebook/react-native-website
## 馃殌 Upgrading
Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. See the [Upgrading Guide][u] for instructions.
React Native releases are discussed in the React Native Community, [**@react-native-community/react-native-releases**][repo-releases].
[u]: https://facebook.github.io/react-native/docs/upgrading
[repo-releases]: https://github.com/react-native-community/react-native-releases
## 馃憦 How to Contribute
The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving React Native.
### [Code of Conduct][code]
Facebook has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the [full text][code] so that you can understand what actions will and will not be tolerated.
[code]: https://code.fb.com/codeofconduct/
### [Contributing Guide][contribute]
Read our [**Contributing Guide**][contribute] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native.
[contribute]: https://facebook.github.io/react-native/docs/contributing
### [Open Source Roadmap][roadmap]
You can learn more about our vision for React Native in the [**Roadmap**][roadmap].
[roadmap]: https://github.com/facebook/react-native/wiki/Roadmap
### Good First Issues
We have a list of [good first issues][gfi] that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
[gfi]: https://github.com/facebook/react-native/labels/good%20first%20issue
### Discussions
Larger discussions and proposals are discussed in [**@react-native-community/discussions-and-proposals**][repo-meta].
[repo-meta]: https://github.com/react-native-community/discussions-and-proposals
## 馃搫 License
React Native is MIT licensed, as found in the [LICENSE][l] file.
React Native documentation is Creative Commons licensed, as found in the [LICENSE-docs][ld] file.
[l]: https://github.com/facebook/react-native/blob/master/LICENSE
[ld]: https://github.com/facebook/react-native/blob/master/LICENSE-docs
## 浠撳簱
https://github.com/facebook/react-native
没有合适的资源?快使用搜索试试~ 我知道了~
react-native-0.62.0-rc.3.zip
共2000个文件
js:708个
h:701个
cpp:251个
需积分: 0 0 下载量 186 浏览量
2024-08-30
10:33:36
上传
评论
收藏 9.08MB ZIP 举报
温馨提示
一个使用React 构建 app 应用程序的框架 A framework for building native applications using React
资源推荐
资源详情
资源评论
收起资源包目录
react-native-0.62.0-rc.3.zip (2000个子文件)
Yoga.cpp 154KB
ConnectionTests.cpp 70KB
JSCRuntime.cpp 43KB
testlib.cpp 39KB
YGJNIVanilla.cpp 34KB
MessageTypes.cpp 30KB
Connection.cpp 27KB
JavaTurboModule.cpp 21KB
Inspector.cpp 20KB
UIManagerBinding.cpp 19KB
YGNode.cpp 17KB
InspectorState.cpp 15KB
JSIExecutor.cpp 13KB
MessageTests.cpp 13KB
ShadowNodeTest.cpp 12KB
Differentiator.cpp 12KB
Scheduler.cpp 11KB
InspectorTests.cpp 11KB
jsi.cpp 11KB
UIManager.cpp 11KB
CatalystInstanceImpl.cpp 10KB
RawPropsTest.cpp 10KB
NativeToJsBridge.cpp 10KB
AndroidTextInputProps.cpp 9KB
YogaLayoutableShadowNode.cpp 9KB
MethodInvoker.cpp 9KB
ScrollViewProps.cpp 8KB
ShadowNode.cpp 8KB
HermesExecutorFactory.cpp 8KB
TextAttributes.cpp 8KB
ShadowTree.cpp 7KB
MessageConverters.cpp 7KB
YGNodePrint.cpp 7KB
JavaModuleWrapper.cpp 7KB
MicroProfiler.cpp 7KB
OnLoad.cpp 7KB
main.cpp 7KB
AndroidTextInputEventEmitter.cpp 7KB
Instance.cpp 7KB
ViewProps.cpp 7KB
ComponentDescriptorRegistry.cpp 6KB
CxxNativeModule.cpp 6KB
AndroidTextInputShadowNode.cpp 6KB
TurboCxxModule.cpp 6KB
ModuleRegistry.cpp 6KB
methodcall.cpp 5KB
UITemplateProcessorTest.cpp 5KB
UITemplateProcessor.cpp 5KB
RawPropsParser.cpp 5KB
Transform.cpp 5KB
YGEnums.cpp 5KB
NativeSampleTurboCxxModuleSpecJSI.cpp 5KB
SampleCxxModule.cpp 5KB
JSBigString.cpp 5KB
ProxyExecutor.cpp 4KB
LayoutableShadowNode.cpp 4KB
jsarg_helpers.cpp 4KB
JSIndexedRAMBundle.cpp 4KB
ConnectionDemuxTests.cpp 4KB
SampleTurboCxxModuleLegacyImpl.cpp 4KB
DebugStringConvertible.cpp 4KB
BaseTextProps.cpp 4KB
ConnectionDemux.cpp 4KB
RemoteObjectsTableTest.cpp 4KB
ShadowViewMutation.cpp 4KB
AsyncHermesRuntime.cpp 4KB
YogaStylableProps.cpp 4KB
StubViewTree.cpp 4KB
AutoAttachUtils.cpp 3KB
SliderShadowNode.cpp 3KB
ComponentDescriptorTest.cpp 3KB
ReadableNativeMap.cpp 3KB
JSIDynamic.cpp 3KB
common.cpp 3KB
MountingCoordinator.cpp 3KB
MountingTelemetry.cpp 3KB
OnLoad.cpp 3KB
DebugStringConvertibleTest.cpp 3KB
JInspector.cpp 3KB
ScrollViewEventEmitter.cpp 3KB
glog_init.cpp 3KB
JMessageQueueThread.cpp 3KB
SyncConnection.cpp 3KB
RawPropsKeyMap.cpp 3KB
TurboModuleUtils.cpp 3KB
AttributedString.cpp 3KB
RemoteObjectsTable.cpp 3KB
JSDeltaBundleClientTest.cpp 3KB
RootShadowNode.cpp 3KB
EventEmitter.cpp 3KB
WritableNativeMap.cpp 3KB
AccessibilityProps.cpp 3KB
JniJSModulesUnbundle.cpp 3KB
TextLayoutManager.cpp 3KB
TouchEventEmitter.cpp 3KB
InspectorInterfaces.cpp 3KB
EventQueue.cpp 3KB
jsbigstring.cpp 3KB
ShadowView.cpp 3KB
ImageShadowNode.cpp 3KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
a3737337
- 粉丝: 0
- 资源: 2869
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功