Description:
I am working on one react native project and using a “react-native-date-picker“ library(https://github.com/henninghall/react-native-date-picker) for the Date Time picker selection purpose. The library is providing two properties to enforce the date-time picker is24hourSource and locale. As the library suggests if I set is24hourSource="locale" and locale="en_GB" then the Date time picker will use the 24-hour format.
**Problem: **
Till iOS 16.4 the above configuration works well but from 16.5 it’s breaking and overriding the device settings. I have also open an issue in Library’s GitHub page(https://github.com/henninghall/react-native-date-picker/issues/665).
Can anyone please help me out on this?
project configuration:
react: 18.2.0
react-native: 0.71.4,
react-native-date-picker: 4.2.13
Post
Replies
Boosts
Views
Activity
I am trying ObjectCaptureSession in my Xcode 14.2 and i am getting error like "Cannot find 'ObjectCaptureSession' in scope". So my question is this object capture session is support in Xcode 14.2?
We have implemented the non-renewable subscription but in-app purchase is not working properly when payment methods not added or trying to purchase using expired credit after update the payment methods at purchase time.
We have had many users reporting that they have paid our product via in-app but we have failed to give him any status about the content because we haven't any purchase status after updating her payment methods.
We have found that the issue occurred when the customer prompted to update their app store payment information during the IAP process.
Any help that can be offered would be appreciated.