엄홍인

Results 9 comments of 엄홍인

항상응원합니다 좋은 API만들어주셔서 정말 감사합니다 ;)

any solutions? `"react-native-sound-player": "^0.11.1"`

loading 프로퍼티엔 이미 로딩을 하는 컴포넌트를 할당하였습니다! 분석해본결과 결제완료 callback을 호출하였지만 위와같은 warning이 뜨면서 웹뷰에 렉이걸리는듯합니다. callback이후 IMP.Payment 컴포넌트를 없애고 커스텀 로딩을 화면 전체에 띄웠더니 해결되었습니다. ``` JSX return isPaymentComplete...

다른 이슈있으면 또 리포트하겠습니다 :) 늘 항상 감사합니다

+) 추가적인 이슈 리포트합니당 `onPaymentComplete`내에 async/await 구문이 사용이되면 해당 경고가 활성화되는것을 확인하였습니다. Container파일 ``` JSX const onPaymentComplete = useCallback( async (res) => { setIsPaymentComplete(true); // 경고 발생하지않고 딜레이없지만 서버로 데이터전송오류시...

@Isaccobosio ``` post_install do |installer| react_native_post_install(installer) __apply_Xcode_12_5_M1_post_install_workaround(installer) installer.pods_project.targets.each do |target| if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' end end end end ``` This works for...

@drmichal i'm not master of pods but i guess this code ignore pods signing event 👀 use `puts` command in code and check your self! ex) `puts target.product_name` This is...

remove app cahce & data, not crashed. but remove app and re-install, it happen... please help ! ;(