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

Deno support #6

Closed hyochan closed 3 years ago

hyochan commented 3 years ago

Description

Checklist

Before you create this PR confirms that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

codecov-commenter commented 3 years ago

Codecov Report

Merging #6 (945344b) into master (f0e5c51) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           34        34           
  Branches        12        12           
=========================================
  Hits            34        34           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f0e5c51...945344b. Read the comment docs.

zhigang1992 commented 3 years ago

Hi, I'm very curious on what this is.

Are you using deno in react-native? How does that work?

hyochan commented 3 years ago

@zhigang1992 Actually, I've just tested myself trying to use this in deno. However, I'm not sure how to achieve this yet.