Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jacklam718/react-native-toolbar-component
- Owner: jacklam718
- Created: 2017-02-26T18:40:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T17:41:47.000Z (over 7 years ago)
- Last Synced: 2024-10-11T02:19:17.544Z (about 1 month ago)
- Topics: react-native, react-native-toolbar, toolbar
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```