UNPKG

@amrshbib/react-native-background-tasks

Version:

React Native background service package for continuous background tasks with sticky notifications

53 lines (37 loc) 1.8 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.7] - 2024-12-19 ### Fixed - Fixed iOS native module naming to use `BackgroundModule` consistently across both platforms - Resolved NativeEventEmitter initialization issues on iOS - Updated iOS Objective-C and Swift files to use correct module names - Improved cross-platform compatibility ### Changed - Standardized native module naming for better consistency - Updated podspec configuration for proper iOS integration ## [1.0.6] - 2024-12-19 ### Changed - Updated class name from `BackgroundService` to `Background` for consistency - Standardized import pattern across all files - Updated TypeScript definitions to use `Background` interface - Improved package structure and naming conventions ### Fixed - Resolved import inconsistencies in example files - Updated copyright information in LICENSE - Fixed Metro bundler compatibility issues ## [1.0.0] - 2024-09-16 ### Added - Initial release with scoped package name @amrshbib/react-native-background-tasks - Complete iOS support with location-based background execution - Comprehensive documentation with platform-specific setup guides - TypeScript definitions for better development experience - Professional package metadata with proper keywords and descriptions - Auto-linking support for React Native 0.60+ - Location-based background execution for iOS - Sticky notifications for Android - Multiple service support with task IDs - Easy start/stop/status checking API - Cross-platform compatibility (Android + iOS) - Professional documentation with integration guides