Skip to content

Instantly share code, notes, and snippets.

@CompuWiser
Created April 10, 2021 05:55
Show Gist options
  • Save CompuWiser/7400a0ef1f13e7e8a9c714122c2916ff to your computer and use it in GitHub Desktop.
Save CompuWiser/7400a0ef1f13e7e8a9c714122c2916ff to your computer and use it in GitHub Desktop.
React Native.md

Core Components and APIs

  1. Basic Components

    1. View
    2. Text
    3. Image
    4. ImageBackground
    5. TextInput
    6. ScrollView
    7. StyleSheet
  2. User Interface

    1. Button
    2. Picker
    3. Switch
  3. List Views

    1. FlatList
    2. SectionList
    3. VirtualizedList
  4. iOS Components and APIs

    1. ActionSheetIOS
  5. Android Components and APIs

    1. BackHandler
    2. DrawerLayoutAndroid
    3. PermissionsAndroid
    4. ToastAndroid
    5. TouchableNativeFeedback
  6. Others

    1. ActivityIndicator
    2. Alert
    3. Animated
    4. Dimensions
    5. SafeAreaView
    6. KeyboardAvoidingView
    7. Linking
    8. Modal
    9. PixelRatio
    10. RefreshControl
    11. StatusBar
  7. Wrappers

    1. TouchableHighlight
    2. TouchableOpacity
    3. TouchableWithoutFeedback

Style Props

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment