Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacklam718/react-native-toolbar-component


https://github.com/jacklam718/react-native-toolbar-component

react-native react-native-toolbar toolbar

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

## React Native ToolbarComponent

Pull request are welcomed. Please follow the Airbnb style guide [Airbnb JavaScript](https://github.com/airbnb/javascript)

[Try it with Exponent](https://exp.host/@jacklam718/toolbar-demo)

##### Preview

## Installation
###### yarn
`yarn add react-native-toolbar-component`
###### npm
`npm install --save react-native-toolbar-component`

## Basic Usage
```javascript
import { Text } from 'react-native';
import ToolbarComponent from 'react-native-toolbar-component';
```

```javascript
{
console.log('pressed');
},
}}
righttem={{
title: 'Right',
layout: 'title',
onPress: () => {
console.log('pressed');
},
}}
>

Title

```