Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

karte-expo-plugin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

karte-expo-plugin

Config plugin for karte-react-native package

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

plugin

This repository includes the implementation of a Config plugins for karte-react-native, as well as the implementation of the Expo Modules API for karte-react-native.

This plugin automatically initializes KARTE SDK and configures settings for receiving push notifications.

Installation

Prerequisite

To install this plugin, the prerequisites @react-native-firebase/app and @react-native-firebase/messaging must be installed first. Please refer to the react-native-firebase documentation for details.

Install plugin

Add the plugin to your expo project.

yarn add karte-expo-plugin

Develop

Prerequisite

  • node v18.x
  • yarn

Install node packages

yarn install

Build

yarn build

Test

yarn test

Source directories

Project for development

../example directory is the Expo project for development. You can use this project to check the functions.

Release

1. Update plugin version

yarn version <strategy>

2. Create tag

git tag -a <version>
git push origin <version>

3. Create release from tag

Create a release in releases. Then the publish workflow is run and the package is published.

Keywords

FAQs

Package last updated on 16 Aug 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc