Qunar React Native 基础组件

qunar-react-nativereact-native 的基础上,新增和修改了许多基础组件和API。

使用

想要使用 qunar-react-native 提供的组件或API,方法如下:

import React, {ListView, ScrollView} from 'qunar-react-native';

想要使用 react-native 提供的组件或API,方法如下:

import React, {ListView, ScrollView} from 'react-native';

当然,qunar-react-native 是基于 react-native 的,所以包含所有 react-native 提供的组件和API。所以,我们推荐大家直接使用 qunar-react-native

组件

你可以通过右侧的导航来查看相关文档。