Yousef Shakouri

Results 9 comments of Yousef Shakouri

I have the same problem "native-base": "^3.2.2", "react": "17.0.2", "react-native": "0.66.3",

@hassanrahimi I same too. Did you find a any solution to the problem? ![image](https://user-images.githubusercontent.com/13915152/93173602-f7c46680-f741-11ea-8d3b-b47bde37abb9.png)

> Thanks a lot, dear @Hermanya. > This is my result. > ![Screenshot_20190325-211349_hamsadehProviderApp](https://user-images.githubusercontent.com/38007163/54937954-111c9600-4f43-11e9-880c-305c15a180b4.jpg) > > As you can see, the phrases are not displayed correctly. They are separated. Were you...

Thank you so much Mr.Hossein for your reply! Good job🙏🙏 On Tue, Nov 24, 2020 at 7:27 PM Hossein Rahimi wrote: > Hi @yousefshakoury . At that time I >...

Good, thank you so much! It's worked for me for static labels! Have you any idea about dynamic labels for this chart type? On Sun, Feb 7, 2021 at 3:12...

> > > Thanks a lot, dear @Hermanya. > > > This is my result. > > > ![Screenshot_20190325-211349_hamsadehProviderApp](https://user-images.githubusercontent.com/38007163/54937954-111c9600-4f43-11e9-880c-305c15a180b4.jpg) > > > As you can see, the phrases are not...

You can use [https://github.com/indiespirit/react-native-chart-kit/issues/415#issuecomment-991852758](https://github.com/indiespirit/react-native-chart-kit/issues/415#issuecomment-991852758)

1. You can use the file (PersianSharper.js) to fix this problem! 2. Then use `import { convertArabic } from "PersianSharper";` 3. `costData.labels = labels.map(v => convertArabic(v.costName));` `/** This Is persiansharper.js...

I have same issues like that