Fork me on GitHub
#cljsrn
<
2023-11-25
>
Ethan19:11:02

Hi I'm trying to use https://github.com/wix/react-native-calendars with krell. It seems like krell doesn't work with the provided package.json having "main" : "index.ts", however an "index.js" is provided so I'm able to get things to work by going into the package in node_modules and manually editing main in package.json to refer to index.js. Is this a known issue? Is there a less hacky solution? Thanks.