hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
393 stars 55 forks source link

Remove expo from peer dependencies #67

Closed mym0404 closed 3 months ago

mym0404 commented 3 months ago

Describe the bug It seems to this library works well with plain react-native project not expo only.

Could we remove expo peer dependency in package.json?

To Reproduce

  1. Use this package in plain react native project.
  2. Install package

[!WARNING] warning " > @react-native-seoul/masonry-list@1.4.2" has unmet peer dependency "expo@*".

Additional Context It seems to #60 also handle this topic.

mym0404 commented 3 months ago

dup #60