before create iOS branch

This commit is contained in:
bricezele 2021-05-27 17:34:51 +01:00
parent ccd2f087c0
commit c882559f96
2 changed files with 1395 additions and 1397 deletions

4
App.js
View File

@ -388,7 +388,7 @@ const AppNavigator = createSwitchNavigator({
const AppContainer = createAppContainer(AppNavigator);
export default class App extends React.Component {
constructor(props) {
super(props);
console.log("APP PROPS", this.props);
@ -397,7 +397,7 @@ export default class App extends React.Component {
OneSignal.setLogLevel(6, 0);
IlinkEmitter.on("langueChange", this.updateLangue.bind(this))
// 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,
kOSSettingsKeyInAppLaunchURL: false,
kOSSettingsKeyInFocusDisplayOption: 2

File diff suppressed because one or more lines are too long