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

feat: :sparkles: adds namespaces, enhances support for new arch #315

Closed dsoffiantini closed 9 months ago

dsoffiantini commented 10 months ago

Description

Changes to packages to support new architecture if enabled, as well as namespacing android packages, which is a requirement in gradle 8/ rn 0.73

How Has This Been Tested?

Regression on sample app has been successful

Types of changes

Checklist:

cacheung commented 10 months ago

Daniel, can you see if can take care of this ticket in this PR as well? https://github.com/adobe/aepsdk-react-native/issues/259

dsoffiantini commented 9 months ago

Daniel, can you see if can take care of this ticket in this PR as well? #259

@cacheung updated 👍 This should be good to go

binarybaba commented 9 months ago

Does this also fix https://github.com/adobe/aepsdk-react-native/issues/306 ??

cacheung commented 9 months ago

Does this also fix #306 ??

This PR includes the namespace fix. We are internally reviewing and testing.