@nlabs/react-native-top-nav
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@nlabs/react-native-top-nav

React Native component for a top navigational bar.

npm version npm downloads TypeScript Issues MIT license

Installation

Using npm:

$ npm install --save @nlabs/react-native-top-nav

or

$ yarn add @nlabs/react-native-top-nav

Usage

import {ImageGallery} from '@nlabs/react-native-image-gallery';

class Images extends React.PureComponent {
  render() {
    const {images} = this.props;
    const imageUrls = images.map((img) => ({
        url: img.uri,
        id: img.id,
        title: img.title,
        description: img.description
      })
    );
    return <ImageGallery images={imageUrls} />;
  }
}

Package Sidebar

Install

npm i @nlabs/react-native-top-nav

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • nitrog7