OneSignal callbacks are not triggered and foreground PN doesn't work in IOS release build

I have added yesterday One signal library in the react-native ExpoKit IOS app, and while in debug mode everything was working fine, once I have created release build for TestFlight push notification callbacks stopped working and I also was not able to receive PN in the foreground.

Here are versions of the libraries which I’m using:

“expo”: “^32.0.0”,
“expokit”: “^32.0.7”,
“moment”: “^2.24.0”,
“moment-duration-format”: “^2.2.2”,
“native-base”: “^2.12.1”,
“react”: “16.5.0”,
“react-native”: “https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz”,
“react-native-datepicker”: “^1.7.2”,
“react-native-onesignal”: “^3.2.12”,

Why this happening? and how is possible to fix it?