You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extractFiles is a named export again, and there is no longer a default export; mixed named and default exports causes native ESM and CJS interoperability issues.
isObject is no longer exported. It was not a documented API anyway.
Removed the ReactNativeFile static function list. It added surface area to the API and bundles and is simple to do manually.
Minor
Updated Babel, removing the @babel/runtime dependency.
Refactored package scripts to use prepare to support installation via Git (e.g. npm install jaydenseric/extract-files).