SaeedZhiany
SaeedZhiany
Also, I've found a [react implementation for date picker](https://material-ui-pickers.dev/localization/calendar-systems) it very customizable, It might be worth taking the time and implement a customizable date time picker for android from scratch...
I found another library that supports both gregorian and Jalali(shamsi) calendar at the same time. other solution is to replace the whole current android module with [this library](https://github.com/mohseneo/JalaliMaterialDateTimePicker)
I figure out the library is an extension of [this library](https://github.com/wdullaer/MaterialDateTimePicker) and has added Jalali calendar support to it. So I create [an issue](https://github.com/wdullaer/MaterialDateTimePicker/issues/612) in @wdullaer's library and suggest to...
I have submitted a [PR](https://github.com/wdullaer/MaterialDateTimePicker/pull/619) to @wdullaer's library and added Jalali calendar and font support to it. So we no longer need to @mohseneo' library (I merge his code with...
I prefer to not do that, because we may miss future PRs on @wdullaer's original repository. also I have not seen any active maintenance on this repository too. there are...
is there any progress on this?
Is there any better way to apply the changes for this file specifically? its diff always makes me confused when I want to upgrade my projects.
@molant It's done
after some more investigation, I did know that `FacebookConceal` storage is used on android 5. `getAllKeys` returns an empty set for this type of storage. ```console E/RNKeychainManager: warming up failed!...
@samaneh-kamalian I think you are (was) looking for [getAllGenericPasswordServices](https://github.com/oblador/react-native-keychain#getallgenericpasswordservices) @oblador @vonovak is there a similar functionality for all credentials stored using `setInternetCredentials` function? I'm using the function to manage multiple...