- Intro 문서 : https://reactnative.dev/docs/native-modules-intro (필요 이유 설명)

Native Module
과Native Components
는 React-Native의 레거시 아키텍처에서 사용되던 것으로,
- New Architecture가 안정화 되면 deprecated 되고,
Turbo Native Module
과Fabric Native Components
로 대체될 것이다.
- [ToDo] Wifi 연결 : https://blog.canopas.com/android-connecting-your-app-to-specific-wi-fi-without-internet-connection-bae7850cef9a
native module 만들기