0.0.3 • Published 5 years ago

react-native-bottom-sheet-text-view v0.0.3

Weekly downloads
3
License
Apache License
Repository
github
Last release
5 years ago
ReactNative: Native Bottom Sheet Text View (Android/iOS)

If this project has helped you out, please support us with a star 🌟

This library is a wrapper around native bottomsheet which is modified to show a large text view:

Android: prscX/BottomSheetTextView.Android
iOS: prscX/BottomSheetTextView.iOS

📖 Getting Started

$npm install react-native-bottom-sheet-text-view

$react-native link react-native-bottom-sheet-text-view

  • Android

    • Please add below script snippet in your app build.gradle
buildscript {
    repositories {
        jcenter()
        maven { url "https://maven.google.com" }
    }
    ...
}

allprojects {
    repositories {
        jcenter()
        mavenLocal()
        maven { url "https://maven.google.com" }
        ...
    }
}

dependencies {
    compile 'com.github.prscX:BottomSheetTextView.Android:0.0.1'
}

Note: Android SDK 27 > is supported

  • iOS
    • After react-native link react-native-bottom-sheet-text-view, please verify node_modules/react-native-bottom-sheet-text-view/ios/ contains Pods folder. If does not exist please execute pod install command on node_modules/react-native-bottom-sheet-text-view/ios/, if any error => try pod repo update then pod install

💻 Usage

import { RNBottomSheetTextView } from 'react-native-bottom-sheet-text-view'
RNBottomSheetTextView.Show({
    title: '',
    description: ''
});

💡 Props

  • Props: Generic
PropTypeDefaultNote
titlestringSpecify the title of bottom sheet
descriptionstringSpecify the description of bottom sheet
titleSizenumber25Specify the font size of title
descriptionSizenumber20Specify the font size of description
titleColorstring: HEX-NUMBER#000000Specify the color of title
descriptionColorstring: HEX-NUMBER#757575Specify the color of description

✨ Credits

🤔 How to contribute

Have an idea? Found a bug? Please raise to ISSUES. Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.

💫 Where is this library used?

If you are using this library in one of your projects, add it in this list below. ✨

📜 License

This library is provided under the Apache 2 License.

RNBottomSheetTextView @ prscX

💖 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 on GitHub.

    Thanks! ❤️ prscX.github.io </ Pranav >