This is a number converter which convert English numbers to Arabic numbers
npm install react-native-arabic-numbersUsing yarn :
`` yarn add react-native-arabic-numbers `
Using npm :
` npm i react-native-arabic-numbers `
` import { ArabicNumbers } from 'react-native-arabic-numbers'; `
Simply call ArabicNumbers with a number parameter that need to convert to Arabic.
` ArabicNumbers(123.56) `
The result is ١٢٣.خط
```