Sylvain Rascar
Sylvain Rascar
Hello, Hopefully this might help. We faced the same issue recently. For more context, we use yarn workspace to load some of our shared libraries. In order to fix that...
any update on this ?
```patch diff --git a/node_modules/react-native-onesignal/dist/index.js b/node_modules/react-native-onesignal/dist/index.js index 0958bde..74573a5 100644 --- a/node_modules/react-native-onesignal/dist/index.js +++ b/node_modules/react-native-onesignal/dist/index.js @@ -47,7 +47,12 @@ var NotificationReceivedEvent_1 = __importDefault(require("./events/Notification exports.NotificationReceivedEvent = NotificationReceivedEvent_1.default; var helpers_1 = require("./helpers"); var RNOneSignal =...
@erickpiazza for the time being we apply the above patch `react-native-onesignal+4.4.1.patch`
Hello, @raduciobanu22 , not sure this is linked to m1. We faced the same issue on non m1 chip. There is already an attempt to fix that issue https://github.com/facebook/react-native/blob/714b502b0c7a5f897432dbad388c02d3b75b4689/packages/react-native/Libraries/Network/RCTHTTPRequestHandler.mm#L145 However,...