ironSource / parquetjs

fully asynchronous, pure JavaScript implementation of the Parquet file format
MIT License
348 stars 175 forks source link

React native #137

Open pankti-0627 opened 2 years ago

pankti-0627 commented 2 years ago

will this library work with React native?

josmithua commented 1 year ago

This is a node project, which depends on "fs" and "os", so no this won't work on react native.

You might want to check out https://github.com/benpm/parquetjs-react which is derived from this project.