Ale Guzman

Results 12 comments of Ale Guzman

@mannoeu where did you added this block?? ``` init { SplashScreen.show(this) } ```

@mannoeu thanks brother! It did work with ``` // ... import org.devio.rn.splashscreen.SplashScreen class MainActivity : ReactActivity() { // ... override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) SplashScreen.show(this); } // ... }...

@BenHurMartins I just tried on physical device and it is working fine!

@sanjaybora04 I'm having the same issue, do you know if there is a fix coming soon?

Hi @eleroy first, crack 👍 !! Is this working for v2? I'm trying to implemented but I'm getting `file is not a database` error

@eleroy let me test it again!! THANK YOU!!

Hi @eleroy I'm still having the same issue: `file is not a database` I have done the following: I did run `cargo update` on tauri-src Cargo.toml ``` [dependencies] serde_json =...

@eleroy I'm using macOS Sonoma 14.4.1 . Is this only working on windows?

@eleroy interest findings.. So I was trying to open the db with dbeaver but since it is encrypted then duh.. it wont open.. I was able to open the db...

@eleroy new update, I download your demo-repo and the project is unable to write to the db as well.. did you tried just no to encrypt the db but also...