Skip to content

Tags: ShepelE/react-native-queue-asyncstorage

Tags

archive/bug/inconsistent-adding-of-jobs

Toggle archive/bug/inconsistent-adding-of-jobs's commit message
Fix linting errors; use lodash; add return statements

--

archive/bug/imports

Toggle archive/bug/imports's commit message
Update import in index

<description>

- <list-of-completed-items>
- <list-of-completed-items>

Note: <optional-note>

archive/bug/fix-async-storage-implementation

Toggle archive/bug/fix-async-storage-implementation's commit message
Fix library for use with AsyncStorage and update tests

- Update formatter
- Format and refactor for readability
- Database
  - Update some method names
  - Backup database after every change
- Queue
  - Add try/catches to help with error handling
  - Update `flushQueue` to delete every job in the array
- Update tests to ensure they pass
- Add mocks for dependencies