Nihar_CPG
Nihar_CPG
+1, with `react-native-gifted-chat` version 2.8.0 and on expo sdk 51, seeing this issue too... ``` iOS Bundling failed 4494ms index.js (5715 modules) Unable to resolve "react-native-keyboard-controller" from "node_modules/react-native-gifted-chat/lib/GiftedChat/index.js" ```
looks like RN v0.75.3 has fixed the "install from outside the ios folder using --project-directory" issue: https://github.com/facebook/react-native/releases/tag/v0.75.3 Will try and let you guys know
Can confirm that the issue is resolved with 0.75.3 react native. https://github.com/invertase/react-native-firebase/issues/7993#issuecomment-2362365530
> Here's a patch for this fix. > > ``` > diff --git a/node_modules/react-native-calendars/src/expandableCalendar/index.js b/node_modules/react-native-calendars/src/expandableCalendar/index.js > index bea00e0..bf92441 100644 > --- a/node_modules/react-native-calendars/src/expandableCalendar/index.js > +++ b/node_modules/react-native-calendars/src/expandableCalendar/index.js > @@ -61,9 +61,11 @@...
Also, when running `npx expo-doctor` it says: `Unsupported on New Architecture: react-native-inappbrowser-reborn`, but i assume that's cz of the RN directory is that right? Thanks for confirming 🙏 cc @tristanheilman...
+1 we are facing this issue as well
100%, we are already looking for alternatives for this. as we upgrade expo/react-native, more are more bugs are popping up and we are also having to patch the package just...
> I just found https://github.com/howljs/react-native-calendar-kit - haven't tested it though will do this weekend oh nice, I heard about them. was also thinking of giving it a crack at some...
100% agreed