Muhammad Adil
Muhammad Adil
Hi All, I tried to get the difference in React Native with Hermes, but it was not working for me, I tried lots of options but finally, I came up...
@ayelenguini you need parse your date if the date format is NON-RFC/ISO8601. configure your moment as below mentioned `moment(date, 'MM/DD/YYYY').format('MM/DD/YYYY')` as you see I've given the 2nd argument in the...
@vksgautam1986 @diamont1001 i'm using momentjs, and momentjs by default consider the given date as ISO8601 if your date format is not like that then you have to provide the date...
@vksgautam1986 Could you please show me how you are doing in code, and what the date format is coming, in the above comments I've given you the example only. also,...
@alexziskind1 Any updates on this?
@deelo55 Yes, you have to configure the notification into the native code in IOS, especially in order for it to work. After configuring, the notification will only work in the...
Yes, you can do this functionality in the Expo, if you don't want to use native code, then try firebase/messaging, there is a code I'll share below with that you...
> i've made a temporary fix by navigating to `ios/Pods/ZendeskSDKLogger/ZendeskSDKLogger.xcframework/ios-arm64` and running > > ``` > xcrun bitcode_strip -r ZendeskSDKLogger.framework/ZendeskSDKLogger -o ZendeskSDKLogger.framework/ZendeskSDKLogger > ``` > > feel free to correct...