Viewing Messages Offline

Does ChatKitty offer a way for messages to be viewed offline? Or is this something we have to implement ourselves (via AsyncStorage or local database)?

Yeah, you’ll have to fetch the messages and store them locally using AsyncStorage or a database like SQLite.

1 Like

Sounds good. Thank you!

1 Like