Alexandre Lage

Results 8 comments of Alexandre Lage

That's right. There is a breaking change from Aug. 2021 that defines libdefs for global. `symbol` requires our app to upgrade flow-bin. But there would be 3000 errors if we...

Of course it also happens on 0.67, which is my case.

https://github.com/facebook/react-native/commit/b931aa735fcbefe40eccd8344ae28ab6eec06930#diff-8e2bb02db9a4005520f4b9cebefa762b0c3b0e289f9363e0d3472c284e2c6d2f This is the commit where the breaking change was created.

In my case ``` ERROR [TypeError: null is not an object (evaluating '_$$_REQUIRE(_dependencyMap[5], "./foundation").DdSdk.initialize')] ```

It used to work with this workaround. It was possible to set those arguments in the `AppDelegate.mm` (react-native with Objective C). ``` NSMutableArray *newArguments = [NSMutableArray arrayWithArray:[[NSProcessInfo processInfo] arguments]]; [newArguments...

Excellent question. I would also like to know @AzizAK