We use fp-ts and fp-ts-std in a shared library consumed by both node.js and React Native projects. In the node.js project, both work perfectly, but in React Native, only fp-ts works, while importing fp-ts-std causes the app to crash at launch, saying it can't find the imported file.
We use
fp-ts
andfp-ts-std
in a shared library consumed by both node.js and React Native projects. In the node.js project, both work perfectly, but in React Native, onlyfp-ts
works, while importingfp-ts-std
causes the app to crash at launch, saying it can't find the imported file.Has anybody else seen this issue?