gpt4 book ai didi

android - 从 Xamarin 迁移到 React Native : Xamarin SQLite Folder Path

转载 作者:行者123 更新时间:2023-11-29 19:07:02 28 4
gpt4 key购买 nike

我现在的公司正在将应用程序从 Xamarin 迁移到 React Native。问题是从 React Native 获取存储在 Xamarin 中的 SQLite 中的当前 token 。

这是在 Xamarin 中初始化 SQLite 的代码:

public static SQLiteConnection conn = new SQLiteConnection(System.IO.Path.Combine
(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal), "user.db"));


我尝试使用以下命令从 RN 检索:https://github.com/andpor/react-native-sqlite-storage

不过好像需要指定文件夹路径。而且我不知道文件夹路径在 Xamarin 中的位置。



预先感谢您的回答。

最佳答案

System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal)

  • 在 Android 中:/data/data/@PACKAGE_NAME@/files
  • 在 iOS 中:@APP_PATH@/Documents

关于android - 从 Xamarin 迁移到 React Native : Xamarin SQLite Folder Path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46800493/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com