rn

React Native

안드로이드 기기에서 진동/무음모드를 설정시 알림음 해결 방법

react-native-push-notification 라이브러리 사용할 경우 안드로이드 기기에서 진동/무음모드를 설정시 알림음 해결 방법 node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationHelper.java 위 경로의 RNPushNotificationHelper.java 파일 수정 try { if (soundUri != null) { AudioManager mAudioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); mAudioManager..

React Native

REACT-NATIVE 안드로이드 웹뷰에서 파일 업로드 카메라 권한 요청

REACT-NATIVE 안드로이드 웹뷰에서 파일 업로드 카메라 권한 요청 android/src/main/java/com/reactnativecommunity/webview/ RNCWebViewModule.java RNCWebViewModule.java 파일 수정 @ReactModule(name = RNCWebViewModule.MODULE_NAME) public class RNCWebViewModule extends ReactContextBaseJavaModule implements ActivityEventListener { private static final int PICKER = 1; private static final int PICKER_LEGACY = 3; private static final..

React Native

RN 개발관련 링크정리입니다.

RN 개발관련 링크정리입니다. - RN 개발 모듈과 이슈, 개발방법 git https://github.com/jondot/awesome-react-native - nativebse : RN 프레임워크 https://docs.nativebase.io/ - 윈도우 RN 개발환경 구축시 참고 https://dev-yakuza.github.io/ko/react-native/install-on-windows/ - RN 앱아이콘 및 스플래시 만들기 https://dev-yakuza.github.io/ko/react-native/react-native-make/ - RN 모듈 인기순 정리 https://www.awesome-react-native.com/#Components-Forms =================..

projin
'rn' 태그의 글 목록