Ashwin Thomas

Results 3 comments of Ashwin Thomas

The app is working fine in android without any build errors. I'm facing this issue when I try to build app for IOS.

Hi @jennantilla , I reverted back to previous react-native version as I was still facing the issue. ``` useEffect(( )=>{ const initializeOnesignal=( )=>{ OneSignal.Debug.setLogLevel(LogLevel.Verbose); OneSignal.initialize(ONE_SIGNAL_ID); } initializeOnesignal( ); },[]); ```...

@jennantilla , this error came up when I migrated from 4.4.1 to 5.0.2, as a part of updating the app. I followed the migration guides and believe I made the...