myckhel / react-native-job-queue

Easy to use react-native queuing library

Home Page:https://simonerm.github.io/react-native-job-queue/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Easy to use react-native queuing library

https://simonerm.github.io/react-native-job-queue/


Languages

Language:TypeScript 32.7%Language:JavaScript 21.8%Language:Swift 18.9%Language:Java 14.5%Language:Objective-C 5.6%Language:Ruby 3.6%Language:Starlark 2.1%Language:CSS 0.3%Language:Dockerfile 0.2%Language:C 0.1%