Danushka50

Results 6 comments of Danushka50

same issue 🥲 upgraded from 0.63.5 to 0.71.7, -------------------------------------------------------------------- **Update : Found this for resolve the issue.** - https://reactnative.dev/docs/new-architecture-app-intro?ref=blixt-dev#ios---make-your-appdelegate-conform-to-rctappdelegate - https://github.com/facebook/react-native/issues/35818 -------------------------------------------------------------------- But facing another issue in "rn-fetch-blob": "^0.12.0", ios/Pods/Headers/Public/React-Core/React/RCTBridgeModule.h:12:9...

Reproduced in RN 72.3.... Any Solution!!! Also got below error in console ``` Error: Unable to resolve module ./debugger-ui/debuggerWorker.aca173c4 from /Users/******/******/*******/.: None of these files exist: * debugger-ui/debuggerWorker.aca173c4(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx) * debugger-ui/debuggerWorker.aca173c4/index(.native|.native.js|.js|.native.jsx|.jsx|.native.json|.json|.native.ts|.ts|.native.tsx|.tsx)...

> +1. > > Change targetSdkVersion and compileSdkVersion to 26 not work for me. > > Ok, my project is in target SDK 28, with 28 version it works. But...

> This worked from me: > > `PRODUCTION=1 pod install` Works for me. I used, `PRODUCTION=1 arch -x86_64 pod install` **But it removes Flipper and cannot build in to a...

https://github.com/facebook/flipper/issues/4627#issuecomment-1513704583 I have fixed the error 'Undefined symbol: OBJC_CLASS$_FlipperClient ...' by adding 'Release' to FlipperConfiguration: `:flipper_configuration => flipper_config = FlipperConfiguration.enabled(["Release","Debug"], { 'Flipper' => '0.191.1' })` When it comes to product...

https://github.com/hoaphantn7604/react-native-curved-bottom-bar/releases/tag/v3.5.0 support new architecture :) Updating to 3.5.0 and rebuild the app will resolve the problem.