@abdur-rakib/react-native-button

This is a simple button

Usage no npm install needed!

<script type="module">
  import abdurRakibReactNativeButton from 'https://cdn.skypack.dev/@abdur-rakib/react-native-button';
</script>

README

react-native-button

Usage

import {AppButton} from '@abdur-rakib/react-native-button';

<AppButton title="My Button" />

Props

prop type default values
color string grey
textStyle style {}
buttonStyle style {}
onPress function ()=>{}

Conclusion

Feel free to clone the repo and make pull request or open new issues.