Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark js/ts only libraries as supported on all platforms #449

Open
asklar opened this issue Sep 7, 2020 · 1 comment
Open

Mark js/ts only libraries as supported on all platforms #449

asklar opened this issue Sep 7, 2020 · 1 comment

Comments

@asklar
Copy link
Contributor

asklar commented Sep 7, 2020

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?

@brentvatne
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants