Arindam Ray

Results 14 comments of Arindam Ray

Hi, I am hitting this exact same issue. Any insights?

For whomever stumbles upon this in the near future, reinstating the bridge helps for iOS See https://github.com/reactwg/react-native-new-architecture/discussions/174 and the "Opting-out of Bridgeless" section

> Instead of using an SSH key (😱 ) you can simply use a personal access token: > > ``` > - uses: actions/checkout@v2 > with: > submodules: recursive >...

@sraddhananda I'm trying to deploy the same template but via an azure pipeline task. That fails because my pipeline task as detailed below tries to deploy to a resource group,...

Silly me, I didn't realize that pipeline tasks create a resource group if they do not find one!

This error code 65 is a generic code that indicates an xcode-build crash without any way of tracing back why. The best bet is to debug the RN app build...

Hi @cortinico You've guessed correctly that I'm a react-native noob haha. But I've done C++ in the past. I am building some search/sort functionality into my app where the performance...

Some additional info about the issue. On my main app, the observed behaviour is similar but slightly different. The attempt at adding the C++ turbomodule is exactly the same as...

Hmmm, let's contrast the two failures 1. The simple case if I just follow the guide(the first message in this listing), the error is ``` CMake Error at /Users/arindamray/IdeaProjects/temp/NewArchErrorRepro/tm/CMakeLists.txt:13 (target_include_directories):...