Giter Site home page Giter Site logo

react-native-stretchy's Introduction

react-native-stretchy

A ReactNative scrollable stretchy header component

StretchyBatman

Installation

You can install this package via npm:

npm install react-native-stretchy --save

NOTE: Link react-native-linear-gradient to your project.

Usage

import React, { Component } from 'react';
import { Text, View } from 'react-native';
import StretchyHeader from 'react-native-stretchy';

class MyStretchyHeader extends Component {
  render() {
    return (
      <StretchyHeader
          image={{uri: 'https://example.com/myImageAddress'}}
          title= 'My Stretchy Header Title'
          subtitle= 'Awesome Subtitle'
          gradientColors={["#000", "transparent", "#000"]}
          backgroundColor="#EFEFF4"
          onScroll={(position)=> {console.log(position)}}
      >
          <Text>Foo</Text>
          <Text>Bar</Text>
      </StretchyHeader>
    );
  }
}

Properties

  • image: The image of the stretchy header (RN image source)
  • title: The string title of stretchy header
  • subtitle: The string subtitle of stretchy header
  • gradientColors: The array of string colors for stretchy header gradient overlay
  • backgroundColor: The background color of the inner content of the stretchy header
  • onScroll: A function that gets the position of the scroll

Contribution

You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. ๐Ÿ˜‰

License

Licensed under the MIT License.

react-native-stretchy's People

Contributors

chookg avatar hamidhadi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.