karte-expo-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i karte-expo-plugin

Homepage

karte.io/

Weekly Downloads

5

Version

0.1.1

License

Apache-2.0

Unpacked Size

1.15 MB

Total Files

46

Last publish

Collaborators

  • plaid-inc