Md Robi Ullah

Results 18 comments of Md Robi Ullah

> For now, you can just use ref to setState for emptying the value. > I will consider this function in the future update. Which property or parameter I use...

I have rendered a close icon inside DatePicker to empty the value. Can you please explain how can i empty the DatePicker field by pressing close icon. I am new...

> use reference ... > > ``` > ref = {(ref)=> this.picker = ref} > ... > /> > > onClickEmptyIcon = () => { > this.picker.setState({ ... }); >...

If `showContent = false` then, do not show selected date in date input field this.picker = ref} ... /> onClickEmptyIcon = () => { this.picker.setState({ startDate: null, endDate: null, clearStart:...

> If you're working on one of the latest version of React Native it seems the problem got fixed on [0.70.7](https://github.com/facebook/react-native/issues/36141#issuecomment-1429016468). For the rest of the unlucky mortals there is...

According to Apple documentation, they only store auto-renewable subscriptions. So you have to manage to make available the subscription/product to other devices owned by this user. Steps to manage this:...