Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 46bc9b6

Browse files
committed
renaming
1 parent 35dd8fc commit 46bc9b6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if (isNewArchitectureEnabled()) {
2626

2727
android {
2828
if (supportsNamespace()) {
29-
namespace = "org.asyncstorage.sqlite"
29+
namespace = "org.reactnative.asyncstorage.sqlite"
3030
}
3131

3232
buildFeatures {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<manifest package="org.asyncstorage.sqlite" />
1+
<manifest package="org.reactnative.asyncstorage.sqlite" />

android/src/main/kotlin/org/asyncstorage/sqlite/ArgumentMapper.kt renamed to android/src/main/kotlin/org/reactnative/asyncstorage/sqlite/ArgumentMapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.asyncstorage.sqlite
1+
package org.reactnative.asyncstorage.sqlite
22

33
import com.facebook.react.bridge.ReadableArray
44
import com.facebook.react.bridge.ReadableMap

android/src/main/kotlin/org/asyncstorage/sqlite/AsyncStorageSqlite.kt renamed to android/src/main/kotlin/org/reactnative/asyncstorage/sqlite/AsyncStorageSqlite.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.asyncstorage.sqlite
1+
package org.reactnative.asyncstorage.sqlite
22

33

44
import android.content.Context

android/src/main/kotlin/org/asyncstorage/sqlite/AsyncStorageSqlitePackage.kt renamed to android/src/main/kotlin/org/reactnative/asyncstorage/sqlite/AsyncStorageSqlitePackage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.asyncstorage.sqlite
1+
package org.reactnative.asyncstorage.sqlite
22

33
import com.facebook.react.TurboReactPackage
44
import com.facebook.react.bridge.NativeModule

android/src/oldarch/kotlin/org/asyncstorage/sqlite/AsyncStorageSqliteModule.kt renamed to android/src/oldarch/kotlin/org/asyncstorage/reactnative/sqlite/AsyncStorageSqliteModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.asyncstorage.sqlite
1+
package org.reactnative.asyncstorage.sqlite
22

33
import com.facebook.react.bridge.Promise
44
import com.facebook.react.bridge.ReactApplicationContext

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@react-native-async-storage/sqlite-storage",
2+
"name": "@react-native-async-storage/sqlite-storage-native",
33
"version": "0.0.0",
4-
"description": "Multiplatform SQLite storage for AsyncStorage",
4+
"description": "Multiplatform SQLite storage for React Native AsyncStorage",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",
77
"react-native": "src/index.ts",

0 commit comments

Comments
 (0)