All Projects → Rapsssito → React Native Background Actions

Rapsssito / React Native Background Actions

Licence: mit
React Native background service library for running background tasks forever in Android & iOS.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to React Native Background Actions

Honeydew
Job Queue for Elixir. Clustered or Local. Straight BEAM. Optional Ecto. 💪🍈
Stars: ✭ 670 (+407.58%)
Mutual labels:  background
Himawari Bg
🌏 Set the latest image from Himawari 8 as your desktop background.
Stars: ✭ 81 (-38.64%)
Mutual labels:  background
Xselectorutil
一个可以用代码处理控件的阴影效果,及用代码在TextView、EditText、Button等控件设置selector背景(触摸反馈,样式变化、文字颜色变化、hint文字颜色变化等效果)的组件
Stars: ✭ 98 (-25.76%)
Mutual labels:  background
Gradientbutton
A Button that supports gradient ramp for background, the Angle of the circular, shadow. You can also customize it use hardcode.(支持渐变色背景、带阴影、可设置圆角的按钮)
Stars: ✭ 19 (-85.61%)
Mutual labels:  background
Geolocator
Location tracking & geofencing the easy way. Supports background, killed app, rebooted device different update intervals.
Stars: ✭ 60 (-54.55%)
Mutual labels:  background
Lowpoly
Lowpoly image generator
Stars: ✭ 83 (-37.12%)
Mutual labels:  background
Hero Generator
🦸🏻‍♀️Hero Generator! Create a nice hero image for your site or app
Stars: ✭ 549 (+315.91%)
Mutual labels:  background
Remove Bg
Programmatically remove backgrounds from your images using the remove.bg api
Stars: ✭ 124 (-6.06%)
Mutual labels:  background
Vanta
Animated 3D backgrounds for your website
Stars: ✭ 1,162 (+780.3%)
Mutual labels:  background
Gradient Screens
🌈 Gradients applied to buttons, texts and backgrounds in Flutter
Stars: ✭ 97 (-26.52%)
Mutual labels:  background
Eager Image Loader
The eager-loading for image files on the web page that loads the files according to your plan. This differs from the lazy-loading, for example, this can be used to avoid that the user waits for the loading.
Stars: ✭ 22 (-83.33%)
Mutual labels:  background
Multiple.js
Sharing background across multiple elements using CSS
Stars: ✭ 879 (+565.91%)
Mutual labels:  background
Httptransfertasks
Cross Platform HTTP Transfers for downloading and uploading (supports background operations)
Stars: ✭ 87 (-34.09%)
Mutual labels:  background
Update Background Locations
A sample iOs example that tracks background locations.
Stars: ✭ 7 (-94.7%)
Mutual labels:  background
React Background Slideshow
Sexy tiled background slideshow for React 🔥
Stars: ✭ 98 (-25.76%)
Mutual labels:  background
Cordova Background Geolocation Lt
The most sophisticated background location-tracking & geofencing module with battery-conscious motion-detection intelligence for iOS and Android.
Stars: ✭ 600 (+354.55%)
Mutual labels:  background
Yii2 Console Runner Extension
An extension for running console commands on background in Yii framework.
Stars: ✭ 83 (-37.12%)
Mutual labels:  background
Vidage
Your solution to full-screen background video & image combined.
Stars: ✭ 1,579 (+1096.21%)
Mutual labels:  background
Zsnavigationbar
ZSNavigationBar uses category to allow you change UINavigationBar appearance dynamically.(supported iOS 11+ and iPhone X)
Stars: ✭ 109 (-17.42%)
Mutual labels:  background
Cordova Plugin Background Mode
Keep app running in background
Stars: ✭ 1,306 (+889.39%)
Mutual labels:  background


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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].