1. Configure your APP_ID inside onesignal.js located in rn_oreo/src/config/onesignal.js

  2. Generate Credentials

iOS - Generate an iOS Push Certificate

  1. Update your Wordpress Config File

Open your wp-config.php file and add the below configurations, don't forget change xxxxxxxxxxx with your own configurations. Your wp-config.php is located in the root folder of your Wordpress installation.

define( 'MOBILE_BUILDER_ONESIGNAL_APP_ID', 'xxxxxxxxxxx' );
define( 'MOBILE_BUILDER_ONESIGNAL_API_KEY', 'xxxxxxxxxxx' );