如何删除域数据库中的 table(架构中的 class)不是本机反应?

How to delete a table (class in schema) in the domain database is not reaction native?

下午好,好吗?, 我是新的非反应性本地人,我不得不使用数据库,非本地领土到试剂,但想知道它是否被删除为 table(模式 class 已经创建)。 非常感谢您。

versions
"react": "16.8.6",
"react-native": "0.60.5",
"realm": "^3.2.0",

使用 Android 模拟器 Genymotion

在您的应用中

const realm = await getRealm();
console.log(realm.path);

复制 console.log () 的结果,这将是您的 .realm 文件的路径。

在(Cmd 或终端)

adb shell rm /data/data/com.example.package/files/default.realm