react-native-wallet-pass-kit
TypeScript icon, indicating that this package has built-in type declarations

2.6.2 • Public • Published


React Native background service library for running background tasks forever in Android & iOS. Schedule a background job that will run your JavaScript when your app is in the background or foreground.

WARNING

  • Android: This library relies on React Native's HeadlessJS for Android. Before building your JS task, make sure to read all the documentation. The jobs will run even if the app has been closed.

  • iOS: This library relies on iOS's UIApplication beginBackgroundTaskWithName method, which won't keep your app in the background forever by itself. However, you can rely on other libraries like react-native-track-player that use audio, geolocalization, etc. to keep your app alive in the background while you excute the JS from this library.

Table of Contents

Install

Go to INSTALL.md to see the how to install, compatibility with RN and Linking process.

Usage

Go to USAGE.md to see the example code and options.

Maintainers

Acknowledgments

License

The library is released under the MIT license. For more information see LICENSE.

Dependencies (1)

Dev Dependencies (19)

Package Sidebar

Install

npm i react-native-wallet-pass-kit

Weekly Downloads

1

Version

2.6.2

License

MIT

Unpacked Size

135 MB

Total Files

13301

Last publish

Collaborators

  • tariqule