react-native-arrow

Wanna scalable arrow but not woth of importing the whole react native vector icons? try this. 100% React Native only code to draw arrow

Usage no npm install needed!

<script type="module">
  import reactNativeArrow from 'https://cdn.skypack.dev/react-native-arrow';
</script>

README

react-native-arrow

Wanna scalable arrow but not woth of importing the whole react native vector icons? try this. 100% React Native only code to draw arrow

Installation:

npm i -S react-native-arrow

Usage :

import Arrow from 'react-native-arrow'

<Arrow size={15} color={'white'} />