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

Support for IAM in RN Messaging package #139

Closed shtomar-adb closed 2 years ago

shtomar-adb commented 2 years ago

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

yangyansong-adbe commented 2 years ago

@shtomar-adb can you add a private flag to messaging's package.json file? like -> https://github.com/adobe/aepsdk-react-native/blob/acc79a97ac09ff4082ad77efb178b85b8158182f/apps/AEPSampleApp/package.json#L4 Then the (Lerna) publish script will ignore this private package. https://github.com/lerna/lerna/issues/536#issuecomment-275960514

leiteszeke commented 2 years ago

Hi guys. Is there any plan on merging / including this in RN library?