Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/userprofile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
[![npm version](https://badge.fury.io/js/%40adobe%2Freact-native-aepuserprofile.svg)](https://www.npmjs.com/package/@adobe/react-native-aepuserprofile)
[![npm downloads](https://img.shields.io/npm/dm/@adobe/react-native-aepuserprofile)](https://www.npmjs.com/package/@adobe/react-native-aepuserprofile)

## Prerequisites

The UserProfile extension has the following peer dependency, which must be installed prior to installing the UserProfile extension:
- [Core](../core/README.md)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to absolute path so can access from npm?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I have verified that the relative path also works, check this out -> https://www.npmjs.com/package/@adobe/react-native-aepmessaging (messaging is also using the relative path in the README)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know that!


## Installation

See [Requirements and Installation](https://github.com/adobe/aepsdk-react-native#requirements) instructions on the main page

## Usage

### Initializing and registering the extension
Expand Down
4 changes: 2 additions & 2 deletions packages/userprofile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/react-native-aepuserprofile",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Adobe Experience Platform support for React Native apps.",
"homepage": "https://aep-sdks.gitbook.io/docs/",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,7 +28,7 @@
"name": "Adobe Experience Platform SDK Team"
},
"peerDependencies": {
"@adobe/react-native-aepcore": "^1.0.0",
"@adobe/react-native-aepcore": "^1.0.0-alpha",
"react-native": ">=0.60.0"
},
"publishConfig": {
Expand Down