urbanairship / react-native-airship

Airship React Native module
Other
86 stars 62 forks source link

[MOBILE-4239] Fix Airship Actions running #557

Closed Ulrico972 closed 5 months ago

Ulrico972 commented 5 months ago

What do these changes do?

Update the actions running code to encapsulate the action into a dictionary as the React conversion can't handle dynamic type like JsonValue directly.

Why are these changes necessary?

To handle actions with different value types.

How did you verify these changes?

Tested several actions making sure I test every values types possible. New arch and old arch are working fine on Android. iOS is fine too.