Can SQLite and SQLCipher be used simultaneously?

Adding a case for better explanation.
React native Asyncstorage uses SQLite to store key value pair.
Now I would like to add Sqlcipher to store some confidential info.

How would both behave in this case?