adobe / aepsdk-react-native

A wrapper around the iOS and Android AEP mobile SDK to allow for integration with React Native applications.
Apache License 2.0
15 stars 28 forks source link

Add Arraylist support in WriteableArray #145

Closed cacheung closed 2 years ago

cacheung commented 2 years ago

Add Arraylist support in WriteableArray for Android. If response payload has arraylist in it, it can be extracted now.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

cacheung commented 2 years ago

@yangyansong-adbe @emdobrin Do we need to add ArrayList check for other extensions if they are using ArrayUtil?

yangyansong-adbe commented 2 years ago

@cacheung can you check why CI is not triggered for this PR?

yangyansong-adbe commented 2 years ago

@yangyansong-adbe @emdobrin Do we need to add ArrayList check for other extensions if they are using ArrayUtil?

@cacheung Yes, I think we need to update this utility method in other extensions.

cacheung commented 2 years ago

@cacheung can you check why CI is not triggered for this PR?

CI is working now after @yangyansong-adbe enabled the setting for running CI for each PR.