Skip to content

SimonErm/react-native-job-queue

Folders and files

NameName
Last commit message
Last commit date
Feb 10, 2021
Aug 6, 2019
Nov 14, 2024
Feb 24, 2021
Mar 5, 2021
Feb 24, 2021
Jul 6, 2022
Feb 24, 2021
Aug 18, 2019
Feb 20, 2022
Feb 20, 2022
Aug 4, 2019
Jun 28, 2020
Aug 30, 2019
Feb 20, 2022
Aug 18, 2019
Jan 28, 2020
Aug 13, 2019
Aug 18, 2019
Jan 28, 2020
Jan 28, 2020
Aug 21, 2024
Aug 21, 2024
Nov 15, 2019
Feb 6, 2021

Repository files navigation

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