Socket
Socket
Sign inDemoInstall

react-native-job-queue

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-job-queue

TODO


Version published
Weekly downloads
847
decreased by-30.69%
Maintainers
1
Install size
285 kB
Created
Weekly downloads
 

Readme

Source

react-native-job-queue

This library is inspired by react-native-queue which seems to be unmaintained. Instead of using realm, this library provides an own sqlite based native implementation.

Since react-native struggles with using use_frameworks! in pod files i wasn't able to use https://github.com/stephencelis/SQLite.swift and had to implement the native ios part guided by https://www.raywenderlich.com/385-sqlite-with-swift-tutorial-getting-started . If react-native starts to support use_frameworks! or you are able to make it work, feel free to do a PR. On Android i used Androids Room-Persitence-Library.

You can find API-Reference here

Getting started (RN>=0.60)

$ npm install react-native-job-queue --save

Install Pods

$ cd ios && pod install

Keywords

FAQs

Last updated on 08 Jan 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc