1.0.5 • Published 3 years ago

@r0b0t3d/react-native-hooks v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

@tl/react-native-hooks

NPM JavaScript Style Guide

Install

npm install --save @tl/react-native-hooks

Usage

import * as React from 'react'

import MyComponent from '@tl/react-native-hooks'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © Tuan Luong(https://github.com/Tuan Luong)