|
|
@@ -141,6 +141,9 @@ document.addEventListener('deviceready', () => {
|
|
|
AppsFlyer.addListener(AFConstants.UDL_CALLBACK, res => {
|
|
|
console.log('UDL_CALLBACK: ', res)
|
|
|
})
|
|
|
+ AppsFlyer.setAppInviteOneLink({
|
|
|
+ onelinkID: 'cQAJ'
|
|
|
+ })
|
|
|
|
|
|
setTimeout(() => {
|
|
|
SplashScreen.hide()
|
|
|
@@ -185,6 +188,7 @@ Facebook.init({ appId: '683776590201632', pixelId: '557748303040652' }).then(()
|
|
|
console.log('FacebookSDK initialized')
|
|
|
})
|
|
|
|
|
|
-if (useStorage('showConsole', 0).value > new Date().getTime()) {
|
|
|
- initEruda()
|
|
|
-}
|
|
|
+// if (useStorage('showConsole', 0).value > new Date().getTime()) {
|
|
|
+// initEruda()
|
|
|
+// }
|
|
|
+initEruda()
|