Rishabh Harit
Rishabh Harit
Please add support for https protocol.
@toppersdesk were you able to find a solution for this?
I am also facing this in version 2.5.0 ``` Fatal Exception: java.lang.IllegalStateException Can not perform this action after onSaveInstanceState androidx.fragment.app.FragmentManager.checkStateLoss (FragmentManager.java:1691) androidx.fragment.app.FragmentManager.enqueueAction (FragmentManager.java:1731) androidx.fragment.app.BackStackRecord.commitInternal (BackStackRecord.java:321) androidx.fragment.app.BackStackRecord.commit (BackStackRecord.java:286) androidx.fragment.app.DialogFragment.show (DialogFragment.java:175) com.reactcommunity.rndatetimepicker.RNTimePickerDialogModule.open...
Border is not supported at the moment. It shouldn't be very difficult to implement given the fact that I am using paths for those shapes already. I am unable to...
> @ziyaddin I use this for now https://github.com/pluralcom/react-native-extra-dimensions-android > > ```js > { > "react-native-extra-dimensions-android": "https://github.com/pluralcom/react-native-extra-dimensions-android", > } > ``` This is not working. Since in package.json has `files` defined...
+1 @jcdhlzq It should be FIT_CENTER instead of CENTER_INSIDE. is there a work around to this?
This is actually just a simplified logic to show how it can help. I don't use it this way but I prefer writing only view's function inside `ifViewAttached` and rest...
I tried moving set operation of KVault to IO thread. Turns out keystore are not thread safe on some devices. I started seeing ``` KeyStoreException the master key android-keystore://_androidx_security_master_key_ exists...
I am also looking for this. Bottom sheet open animation is too fast for my taste.
@cmelchior These are defined in same module.All of them have a companion object of Type InstanceFactory like this one ``` companion object Factory : InstanceFactory { override fun build(item: Attachment,...