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

transpile files for web #1073

Closed
alidcast opened this issue May 23, 2020 · 3 comments
Closed

transpile files for web #1073

alidcast opened this issue May 23, 2020 · 3 comments

Comments

@alidcast
Copy link

ref: react-navigation/react-navigation#8319

I'm trying to use react-native-gesture-handler in a Clojurescript web project, the issue I'm having is that rngh does not transpile its files and so it causes compile errors, and there's clojurescript build tool does not provide way to do it (it expects js libraries to be transpiled).

It'd be great if you could use a tool like Bob to build for different platforms/targets.

@dalcib
Copy link

dalcib commented Sep 2, 2020

New and faster bundlers/compilers as esbuild and swc don't have support for flow, which makes it really hard to use this library on the web with these compilers/bundlers.
So, it would be nice if transpired files could be made available.

@dalcib
Copy link

dalcib commented Sep 6, 2020

In the case of someone else is needing the transpile files for this package, I published it on react-native-gesture-handler-compiled/

It is compiled using @react-native-community/bob, following react-navigation/react-navigation#8319

@jakub-gonet
Copy link
Member

Fixed in #1360.

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

No branches or pull requests

3 participants