warning
AsyncStorage has been extracted from react-native core and will be removed in a future release. It can now be installed and imported from '@react-native-async-storage/async-storage' instead of 'react-native'. See https://github.com/react-native-async-storage/async-storage
AsyncStorage를 사용하지 않지만 자꾸 뜨는 위 메시지는, 실행을 불가능하게 하진 않지만 거슬린다.
아래의 방법으로 메시지가 뜨지 않게 할 수 있다.
단, firebase의 getAuth를 사용한다면 이건 근본적인 해결책이 될 수 없고, getAuth대신 initializeAuth를 사용해야 할 수도 있다.
오호.. 꿀팁이네요!