Vanessa Chu
Vanessa Chu
When i run eslint on my code, I get the error: `'React' is defined but never used no-unused-vars` when I remove import 'React' from 'react' I get the error `'React'...
The Pie Chart is not being drawn in the center. It's not reacting the styles applied in View, instead it's positioned in the top left. 
the maximum Y value on the y-axis currently takes the maximum y-value in data . However I want to set the maximum y value on the y-axis to a number...
Is there a way to show every 5 ticks on the bar chart on the x-axis? For example 30 sets of datas only show 5, 10, 15, 20, 25, 30...
 Missing x-label as shown. My data set looks like: data = [ [{'hours': 2, 'day': 1}], [{'hours': 4, 'day: 2}], .... ]...
When I set scrollable to true and a max date, dates > selected date is not tappable ``` ```
There's a small bounce/shake on the dates when we ingress to the calendar strip. Is there a work around on this? It seems to be caused by within the library...
I want to change the message in these alerts to support I18n. How can I do that?
I did tried 2 ways: CancelSvg.js ``` import React from 'react' import Svg, { Line } from 'react-native-svg' export default class CancelSvg extends React.Component { render () { return (...