yoonzm / react-native-alphabet-flat-list

使用FlatList制作的react-native字母选择列表

Home Page:https://github.com/yoonzm/react-native-alphabet-flat-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in the example code

pavermakov opened this issue · comments

It should be import AlphabetFlatList from "@yoonzm/react-native-alphabet-flat-list";

in example package.json is

 "react-native-alphabet-flat-list": "../src",

you use should be

import AlphabetFlatList from "@yoonzm/react-native-alphabet-flat-list";