{"id":21181563,"url":"https://github.com/n7olkachev/react-native-sync-storage","last_synced_at":"2025-07-10T00:31:17.032Z","repository":{"id":57340620,"uuid":"67521847","full_name":"n7olkachev/react-native-sync-storage","owner":"n7olkachev","description":"Sync storage for react native","archived":false,"fork":false,"pushed_at":"2016-09-07T09:08:53.000Z","size":2,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-08T16:14:36.304Z","etag":null,"topics":["react-native","storage","sync-storage"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/n7olkachev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-06T15:38:05.000Z","updated_at":"2019-04-22T10:10:19.000Z","dependencies_parsed_at":"2022-09-13T11:21:44.282Z","dependency_job_id":null,"html_url":"https://github.com/n7olkachev/react-native-sync-storage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n7olkachev%2Freact-native-sync-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n7olkachev%2Freact-native-sync-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n7olkachev%2Freact-native-sync-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n7olkachev%2Freact-native-sync-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n7olkachev","download_url":"https://codeload.github.com/n7olkachev/react-native-sync-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225606685,"owners_count":17495551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native","storage","sync-storage"],"created_at":"2024-11-20T17:51:19.453Z","updated_at":"2024-11-20T17:51:20.105Z","avatar_url":"https://github.com/n7olkachev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-sync-storage\n\nIt is simple wrapper around `AsyncStorage` with sync `get`, `set`, `remove` methods and background syncing with `AsyncStorage`.\n\n# Usage\n\n```js\nimport storage from 'react-native-sync-storage'\n\n...\nawait storage.init // somewhere where you can wait for loading storage\n...\nstorage.get('property')\nstorage.set('property', 2333)\nstorage.remove('property')\n```\nNote that `set` and `remove` methods return promise which is resolved on syncing with `AsyncStorage`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7olkachev%2Freact-native-sync-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn7olkachev%2Freact-native-sync-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn7olkachev%2Freact-native-sync-storage/lists"}