mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-04-30 05:15:22 +08:00
Corrected the SuperGridSectionList import statement
This commit is contained in:
2
index.js
2
index.js
@@ -3,7 +3,7 @@ import React, { Component } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { View, Dimensions, ViewPropTypes, FlatList } from 'react-native';
|
||||
import { chunkArray } from './utils';
|
||||
import SuperGridSectionList from './GridSectionList'
|
||||
import SuperGridSectionList from './SuperGridSectionList'
|
||||
|
||||
class SuperGrid extends Component {
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user