React Native 备忘清单_开发速查表分享

React Native 备忘清单

IT宝库整理适合初学者的React Native开发速查备忘清单,在开始 React Native 之前需要先掌握 react 库入门,为开发人员分享快速参考备忘单。

开发速查表大纲

  • 入门

    • macOS 安装 iOS 环境

    • macOS 安装 Android 环境

    • 打开 React Native Debug 菜单

  • 基本组件

    • View

    • Text

    • TextInput

    • Image

    • ScrollView

    • StyleSheet

  • 用户界面

    • Button

    • Switch

  • 列表视图

    • SectionList

    • FlatList

  • Android 组件和 API

    • BackHandler

    • DrawerLayoutAndroid

    • PermissionsAndroid

    • ToastAndroid

  • iOS 组件和 API

    • ActionSheetIOS
  • 其它

    • ActivityIndicator

    • Alert

    • Animated

    • Dimensions

    • KeyboardAvoidingView

    • Linking

    • Modal

    • PixelRatio

    • RefreshControl

    • StatusBar

  • StyleSheet

    • StyleSheet

    • style 属性

    • 使用样式表定义

    • 动态样式

    • React Native 中的 Flex

    • flexDirection

    • justifyContent

    • React Native 中的尺寸

  • Props

    • View Style Props

    • Text Style Props

    • Shadow Props

    • Layout Props

    • Image Style Props

你可能感兴趣的:(笔记)