directory icon indicating copy to clipboard operation
directory copied to clipboard

Mark js/ts only libraries as supported on all platforms

Open asklar opened this issue 5 years ago • 1 comments

Some libraries don't contain any javascript and are likely going to work out of the box on all platforms (as long as they don't expect access to the html DOM, e.g.). Is there a way to detect this and if so can we automatically mark these libraries as supported everywhere?

asklar avatar Sep 07 '20 13:09 asklar

i think this isn't always true. sometimes they don't include any native code in their own sources but they depend on some other library being installed, such as react-native-gesture-handler or react-native-svg

brentvatne avatar Sep 08 '20 23:09 brentvatne