AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
273 stars 196 forks source link

Expo SDK 50 (Android) - com.facebook.react.bridge.ReadableNativeArray cannot be cast to java.lang.String #529

Closed ajanimotta closed 4 months ago

ajanimotta commented 4 months ago

Report

Plugin Version

6.13.0

On what Platform are you having the issue?

Android

What did you do?

Upgraded to Expo SDK 50 => Opened the app

What did you expect to happen?

App not to crash upon opening

What happened instead?

App crashes on open with the following error messaging

Screenshot 2024-02-20 at 12 01 12 PM

Please provide any other relevant information.

I recently upgraded to Expo SDK 50. After running the Expo app (dev-client setup) served from my local machine, the app seemed to function as intended (although I did receive a new warning)

Screenshot 2024-02-20 at 12 03 29 PM

This corresponds to an appsFlyer.logEvent() call. It seems to be the case that the react-native-appsflyer package is not being bundled/served correctly in the Expo update environment for the new SDK 50.