Keep typed text after changing views

Dear Sir,
I am New in Expo from web php/mobile android. However, I am using expo since it is efficient to build 3(IOS, Android, web ) in one. I am customising features in an existing product built useing Expo/React native.
I would like to keep typed test(draft) in input when changing view.
Eg. : Like in whatssap apps, when i start typing in a chat , i can change the view, when i come back. the chat should be there.
I have used ‘@react-native-async-storage/async-storage’ and tried to act on onTextChanged but really limted with <Composer
{…props} structure.

Please any help.