davydspotnana

Results 3 comments of davydspotnana

Yes, I've added `esmCustomMainFieldResolverPlugin` https://github.com/oblador/react-native-esbuild#flow-syntax-errors-such-as-expected-from-but-found-

I checked a `package.json` and seem `nanoid` has a specific resolving configuration for react-native ![image](https://user-images.githubusercontent.com/95620376/172046958-91b60537-c8af-4a03-a01b-7401facf3a67.png)

> I googled and i found that adding and importing `react-native-get-random-values` solved my issues on both metro and esbuild as per documentation: https://github.com/ai/nanoid#react-native I checked, our `index.js` and yes, we...