
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
@adobe/react-native-acpuserprofile
Advanced tools
Adobe Experience Platform support for React Native apps.
@adobe/react-native-acpuserprofile
is a wrapper around the iOS and Android AEP User Profile SDK to allow for integration with React Native applications. Functionality to enable Adobe User Profile is provided entirely through JavaScript documented below.
You need to install the SDK with npm and configure the native Android/iOS project in your react native project. Before installing the UserProfile extension it is recommended to begin by installing the Core extension @adobe/react-native-acpcore
.
Note: If you are new to React Native we suggest you follow the React Native Getting Started page before continuing.
First create a React Native project:
react-native init MyReactApp
Install and link the @adobe/react-native-acpuserprofile
package:
cd MyReactApp
npm install @adobe/react-native-acpuserprofile
react-native link @adobe/react-native-acpuserprofile
import {ACPUserProfile} from '@adobe/react-native-acpuserprofile';
ACPUserProfile.extensionVersion().then(version => console.log("AdobeExperienceSDK: ACPUserProfile version: " + version));
ACPUserProfile.registerExtension();
let attrMap = {"mapKey": "mapValue", "mapKey1": "mapValue1"};
ACPUserProfile.updateUserAttributes(attrMap);
let attributeName = "attrNameTest";
let attributeValue = "attrValueTest";
ACPUserProfile.updateUserAttribute(attributeName, attributeValue);
let attributeName = "attrNameTest";
ACPUserProfile.removeUserAttribute(attributeName);
See CONTRIBUTING
See LICENSE
FAQs
Adobe Experience Platform support for React Native apps.
The npm package @adobe/react-native-acpuserprofile receives a total of 0 weekly downloads. As such, @adobe/react-native-acpuserprofile popularity was classified as not popular.
We found that @adobe/react-native-acpuserprofile demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 21 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.