


import Detail을 삭제하면 오류는 뜨지 않는다.
flex를 넣어줘서 생기는 버그였다. 튜터님 말씀으로는 이런 경우는 자바스크립트에서 문제가 없으면 대부분 css에서 나는 현상이기 때문에 css에서 꼼꼼히 체크하시라고 말씀해주셨다. 
InputWrapper에 KeyboardAvoidingView 속성을 넣으니 해결되었다.It is a component to solve the common problem of views that need to move out of the way of the virtual keyboard.

