From 80076e980cabd331d277942bcfb892a6f9f1716b Mon Sep 17 00:00:00 2001 From: Pranav Raj Singh Chauhan Date: Sun, 24 Jun 2018 12:21:01 +0530 Subject: [PATCH] - updating README --- README.md | 114 ++++++++++++------------------------------- android/build.gradle | 4 +- package.json | 2 +- 3 files changed, 33 insertions(+), 87 deletions(-) diff --git a/README.md b/README.md index 79403fd..fff8d9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# React Native Download Button: Android/iOS +

+

@@ -8,7 +9,12 @@

-React Native Bridge for Android: [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton) & iOS: [elbryan/FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView) + ReactNative: Native Download Button (Android/iOS) + +If this project has helped you out, please support us with a star 🌟 +

+ +This library is ReactNative bridge around native libraries: | **Android: [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton)** | @@ -20,16 +26,14 @@ React Native Bridge for Android: [fenjuly/ArrowDownloadButton](https://github.co | | -Before we dive into on how to use this library. We would like to thank all the contributor of [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton) & [elbryan/FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView) for providing such a awesome nice, cool library - -## Getting started +## 📖 Getting started `$ npm install react-native-download-button --save` `react-native link react-native-download-button` -## Usage +## 💻 Usage ```javascript import RNDownloadButton from 'react-native-download-button'; @@ -38,7 +42,7 @@ import RNDownloadButton from 'react-native-download-button'; ``` -## Props +## 💡 Props | Prop | Type | Default | Note | | ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- | @@ -51,93 +55,35 @@ import RNDownloadButton from 'react-native-download-button'; | -## Credits +## ✨ Credits - Android lib [fenjuly/ArrowDownloadButton](https://github.com/fenjuly/ArrowDownloadButton) - iOS lib [elbryan/FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView) -## Contribution +## 🤔 How to contribute +Have an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/react-native-download-button/issues). Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given. - -## License -Copyright @2017 Pranav Raj Singh Chauhan - -RNDownloadButton is provided under the MIT License. - - - - -## Other Contributions - -| [awesome-react-native-native-modules](https://github.com/prscX/awesome-react-native-native-modules) | -| ----------------- | -| | - - -| [react-native-spruce](https://github.com/prscX/react-native-spruce) | -| ----------------- | -| | - - -| [react-native-taptargetview](https://github.com/prscX/react-native-taptargetview) & [react-native-material-showcase-ios](https://github.com/prscX/react-native-material-showcase-ios) | -| ----------------- | -| | - - -| [react-native-bottom-action-sheet](https://github.com/prscX/react-native-bottom-action-sheet) | -| ----------------- | -| | +## 💫 Where is this library used? +If you are using this library in one of your projects, add it in this list below. ✨ -| [react-native-popover-menu](https://github.com/prscX/react-native-popover-menu) | -| ----------------- | -| | +## 📜 License +This library is provided under the Apache License. +RNDownloadButton @ [prscX](https://github.com/prscX) -| [react-native-tooltips](https://github.com/prscX/react-native-tooltips) | -| ----------------- | -| | +## 💖 Support my projects +I open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it). +However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it: +* Starring and sharing the projects you like 🚀 +* If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub. -| [react-native-shine-button](https://github.com/prscX/react-native-shine-button) | -| ----------------- | -| | - - -| [react-native-iconic](https://github.com/prscX/react-native-iconic) | -| ----------------- | -| | - - - -| [react-native-siri-wave-view](https://github.com/prscX/react-native-siri-wave-view) | -| ----------------- | -| | - - -| [react-native-material-shadows](https://github.com/prscX/react-native-material-shadows) | -| ----------------- | -| | - - -| [react-native-gradient-blur-view](https://github.com/prscX/react-native-gradient-blur-view) | -| ----------------- | -| | - - -| [react-native-about-libraries](https://github.com/prscX/react-native-about-libraries) | -| ----------------- | -| | - - - -| [vs-essential-plugins](https://github.com/prscX/vs-essential-plugins) | -| ----------------- | -| | - - -| [prettier-pack](https://github.com/prscX/prettier-pack) | -| ----------------- | -| | + Buy Me A Coffee + Thanks! ❤️ +
+ [prscX.github.io](https://prscx.github.io) +
+ \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle index 2290690..3865448 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ buildscript { repositories { jcenter() - google() + maven { url "https://maven.google.com" } } dependencies { @@ -29,7 +29,7 @@ android { repositories { mavenCentral() - google() + maven { url "https://maven.google.com" } } dependencies { diff --git a/package.json b/package.json index f52c16a..54a8161 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-native" ], "author": "Pranav Raj Singh Chauhan", - "license": "MIT", + "license": "Apache License", "peerDependencies": { }, "devDependencies": {