
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
@appcues/segment-react-native
Advanced tools
DestinationPlugin
for Appcues. Wraps @appcues/react-native
.
You need to install the @appcues/segment-react-native
and the @appcues/react-native
dependency.
Using NPM:
npm install --save @appcues/segment-react-native @appcues/react-native
Using Yarn:
yarn add @appcues/segment-react-native @appcues/react-native
Run pod install
after the installation to autolink the Appcues SDK.
See Appcues React Native Module for more details of this dependency.
Follow the instructions for adding plugins on the main Analytics client:
In your code where you initialize the analytics client call the .add(plugin)
method with an AppcuesPlugin
instance:
import { createClient } from '@segment/analytics-react-native';
import { AppcuesPlugin } from '@appcues/segment-react-native';
const segmentClient = createClient({
writeKey: 'SEGMENT_KEY'
});
segmentClient.add({ plugin: new AppcuesPlugin() });
During installation, follow the steps outlined in in the Appcues React Native Module documentation for Configuring the Appcues URL Scheme. This is necessary for the complete Appcues builder experience, supporting experience preview, screen capture and debugging.
Please use Github issues, Pull Requests, or feel free to reach out to our support team.
FAQs
Segment destination plugin for Appcues.
The npm package @appcues/segment-react-native receives a total of 1,904 weekly downloads. As such, @appcues/segment-react-native popularity was classified as popular.
We found that @appcues/segment-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 26 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
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.