Alexandre Rivest
Alexandre Rivest
I agree with @m1n0s. You should be able to just hide the Close button Copying it would mean having to npm install all ``` 'classnames'; 'dynamics.js'; 'react-center-component'; 'active-event-stack'; 'keycode'; 'narcissus';...
I'm having the same issue right now. With multiple icon.
Other pie modules only have the same issue. Does it have any update?
it is working in Android, but on IOS, the height isnt working well. I gave an height of 48 to the MKTextField and it still have a strange height. As...
This issue isnt't from react-native-chart. It's coming from ART lib. If you try other module like react-native-pie-chart, you will get the same issue
I don't have one. For now I'm living with it, but I might just make the animation myself
I'm currently having the same issue. Anyone know how to fix it?
Having the same issue here
WorkAround! ModalPicker can take a children which override the default button (which doesn't show the init value) You can give this as the child: ``` {this.state.selectedValue === '' ? 'YourInitialValue'...