You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I installed the @config-plugins/react-native-adjust and react-native-adjust modules on RactNative Expo (SDK 42) project,
and add "plugins": ["@config-plugins/react-native-adjust"] in app.json
i got a warning:
Possible Unhandled Promise Rejection (id: 0):
Error: Argument of an incompatible class: class java.lang.Double cannot be passed as an argument to parameter expecting class java.lang.String.
promiseMethodWrapper@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:4593:45
http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:103124:40
callAnalyticsModule@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:120756:80
setUserId$@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:120825:68
tryCatch@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:25234:23
invoke@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false:25410:32
...
The text was updated successfully, but these errors were encountered:
Sorry for delay in replying and thank you for reporting this. Are you able to reproduce this issue? Would be curious to know when exactly does this happen in your app during the runtime.
when I installed the @config-plugins/react-native-adjust and react-native-adjust modules on RactNative Expo (SDK 42) project,
and add
"plugins": ["@config-plugins/react-native-adjust"]
in app.jsoni got a warning:
The text was updated successfully, but these errors were encountered: