I am starting to learn React Native and I've got a problem.
I am building a interview app and the first step looks like below.
So there is a text input and audio recorder inside it. If I click audio recorder, it should change like the 2nd image below.
So my questions are:
1.Is there any ready-made solution like above?
2.If not, is there any audio-recorder component?
3.If I have to create it from scratch, I am not sure how to place them.
Thanks in advance.