You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use React native async storage to save the book ,chapter, verse state
need to implement history management, allowing users to resume work from where they left off.
update the state whenever there is a change in B,C,V (use key-value pair storing 'projectName' - [b,c,v] )
delete key/value entry from async storage on deleting the project
check for async storage if data is available then initialize the bcv based on its value , or initialize it with first book available,1 chapter, 1 verse
The text was updated successfully, but these errors were encountered:
Things to cover -
The text was updated successfully, but these errors were encountered: