before create iOS branch
This commit is contained in:
parent
ccd2f087c0
commit
c882559f96
2
App.js
2
App.js
|
@ -397,7 +397,7 @@ export default class App extends React.Component {
|
||||||
OneSignal.setLogLevel(6, 0);
|
OneSignal.setLogLevel(6, 0);
|
||||||
IlinkEmitter.on("langueChange", this.updateLangue.bind(this))
|
IlinkEmitter.on("langueChange", this.updateLangue.bind(this))
|
||||||
// Replace 'YOUR_ONESIGNAL_APP_ID' with your OneSignal App ID.
|
// Replace 'YOUR_ONESIGNAL_APP_ID' with your OneSignal App ID.
|
||||||
OneSignal.init("e8e7251f-713d-4658-9510-86d877fa6a7c", {
|
OneSignal.init("ab02121a-ecec-424f-910a-2709ef85698d", {
|
||||||
kOSSettingsKeyAutoPrompt: false,
|
kOSSettingsKeyAutoPrompt: false,
|
||||||
kOSSettingsKeyInAppLaunchURL: false,
|
kOSSettingsKeyInAppLaunchURL: false,
|
||||||
kOSSettingsKeyInFocusDisplayOption: 2
|
kOSSettingsKeyInFocusDisplayOption: 2
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue