Skip to content

Instantly share code, notes, and snippets.

@chummypixels
Created November 27, 2019 09:27
Show Gist options
  • Save chummypixels/4d4bfa250ac857221db921cbaa1c0754 to your computer and use it in GitHub Desktop.
Save chummypixels/4d4bfa250ac857221db921cbaa1c0754 to your computer and use it in GitHub Desktop.
Importing SectionLists in React Native
import React from 'react';
import {StyleSheet, View, Text, SectionList} from 'react-native';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment