This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +39
-9
lines changed Expand file tree Collapse file tree 2 files changed +39
-9
lines changed Original file line number Diff line number Diff line change 22
33Multiplatform SQLite storage for React Native Async Storage
44
5- ## Usage
5+ ## Installation
6+
7+ ### Android
68
79``` groovy
810implementation("io.github.react-native-async-storage:async-storage-sqlite:VERSION")
911```
1012
11- ## Testing
13+ ### iOS (CocoaPods)
14+
15+ ``` ruby
16+ pod ' AsyncStorageSQLiteKMP' , ' VERSION'
17+ ```
18+
19+ ## Usage
20+
21+ todo
22+
23+ ## Running tests
1224
1325Gradle tasks to run tests:
1426
@@ -21,10 +33,3 @@ Gradle tasks to run tests:
2133Re-running tests when tasks are up-to-date:
2234
2335` ./gradlew :sqlite-storage:storageTests --rerun-tasks `
24-
25- ## Release
26-
27- 1 . Update version in ` package_info.json `
28- 2 . Build binaries ` bundleSQLiteStorage `
29- 3 . Commit and tag
30- 4 . Push to repo
Original file line number Diff line number Diff line change 1+ ## Release
2+
3+ ### Before release
4+
5+ 1 . Run lint check via gradle task ` spotlessCheck `
6+ 2 . Run tests via gradle task ` storageTests `
7+ 3 . Run ` pod lib lint ` to verify Podspec
8+
9+ ### Versioning
10+
11+ 1 . Update version in ` package_info.json `
12+ 2 . Build binaries via ` bundleSQLiteStorage ` task
13+ 3 . Commit changes (name it ` release: MAJOR.MINOR.PATCH ` )
14+ 4 . Create tag (name it ` MAJOR.MINOR.PATCH ` )
15+ 5 . Push commit and tag to ` main `
16+ 6 . Create Github release
17+
18+ ### Android
19+
20+ https://vanniktech.github.io/gradle-maven-publish-plugin/central/#publishing-releases
21+
22+
23+ ### iOS
24+
25+ https://guides.cocoapods.org/making/making-a-cocoapod.html#submitting-open-source-code
You can’t perform that action at this time.
0 commit comments