Juanmi
Juanmi
Same here, I get the exact same issue in react native: `The package at "node_modules/cheerio/dist/commonjs/index.js" attempted to import the Node standard library module "node:stream". It failed because the native React...
I am currently experiencing this same issue again on testnet and testnet4
Hey, I have had the same issue and created this patch which works as a temporary fix until the team creates a PR: [react-native-calendars+1.1307.0.patch](https://github.com/user-attachments/files/18155165/react-native-calendars%2B1.1307.0.patch) PS: You can apply the patch...
Thanks @cassimHamisi, your solution partly solved my implementation but it was missing some props. Here is the final `types/react-native-onboarding-swiper.d.ts` file: ```typescript declare module "react-native-onboarding-swiper" { import { Component, FC, JSX...