Vanessa Chu

Results 10 issues of 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. ![screen shot 2018-02-21 at 4...

My label is out of its "pie" on the chart. How can I position each label differently? ![screen shot 2018-02-21 at 4 24 48 pm](https://user-images.githubusercontent.com/11250498/36513395-449b65ea-1724-11e8-8d70-1c6a1ff30632.png)

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...

enhancement

![screen shot 2018-01-01 at 4 40 43 pm](https://user-images.githubusercontent.com/11250498/34472272-e4729a8c-ef12-11e7-9d2c-eadd4a68b302.png) 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 (...