before create iOS branch
This commit is contained in:
parent
ccd2f087c0
commit
c882559f96
4
App.js
4
App.js
|
@ -388,7 +388,7 @@ const AppNavigator = createSwitchNavigator({
|
||||||
const AppContainer = createAppContainer(AppNavigator);
|
const AppContainer = createAppContainer(AppNavigator);
|
||||||
|
|
||||||
export default class App extends React.Component {
|
export default class App extends React.Component {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
console.log("APP PROPS", this.props);
|
console.log("APP PROPS", this.props);
|
||||||
|
@ -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