Floyd Kim
Floyd Kim
I realized that `Platform.isTVOS` is removed in RN 0.70.0 (https://github.com/facebook/react-native/commit/6075d64acf6f8d74e18ef6568c9438f73fe56d44) and `isTV` property has been introduced about 5 yrs ago. (https://github.com/facebook/react-native/commit/b7bb2e5745f2bdbfeeccef8d97d469730942e01c) So, I made another change. (a171acde95b11d16e96fef451d273088b135e770) I think it's...
@chrisbobbe @Naturalclar I'm experiencing this issue https://github.com/react-native-push-notification/ios/issues/163 after bumping to 1.11.0. (previously 1.10.1) I think, in my project, there's some duplicated handling of FCM event. (I'm using a couple of...
https://github.com/pet-walk/react-native-naver-map/commit/196f97c178357173b147cae30bacf652a6b7c6d4 μΌλ¨ μ΄ μ»€λ°μ μ°Έκ³ νμ μ ν¨μΉνμλ©΄ ν¬λμλ λ§μ μ μμ΅λλ€. λ€λ§ μ§λ λ΄ μ€λ²λ μ΄ λ° λ§μ»€μ ν΄λ¦ μ΄λ²€νΈ νΈλ€λ§μ λ¬Έμ κ° μκΈΈ μ μμ΄ λ³΄μ΄λλ°, μΌλ¨ ν μ€νΈν΄λ³΄λ μ λ Marker μ»΄ν¬λνΈμ `onClick`...
@microsoft-github-policy-service agree
hello! @DmitriyKirakosyan It's been about 10 months since I created this PR and the app I'm working on is now using react-native 0.73 with `[email protected]` based package. If this PR...
@tomekzaw Wow π² Thanks for sharing. Hope your work goes well.
dayjs `1.11.11` The problem occurs when the difference become 31 days. ```ts const now = dayjs('2024-05-02T01:00:00'); const future30 = now.add(30, 'day'); const duration30 = dayjs.duration(future30.diff(now)); console.log(duration30.hours()); // π returns 0...