Results 4 comments of Mateusz Szczęch

plus one i got the same errors after build. App won't start if i delete wrapper from next-redux-wrapper it works also next 12.

Well if u pushing just id in string example OneSignal.login("1") or OneSignal.login("5") it won't work. Just add OneSignal.login("user-id-${userId}") it fixed that issue for me. Also in settings/keys_and_ids on OneSignal web...

0.71.1 same issue //fix which works for me: in AppDelegate.mm i've changed #import "ReactNativeConfig.h" into #import "RNCConfig.h"