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

https://github.com/standardnotes/react-native-textview

Mobile Text Field library
https://github.com/standardnotes/react-native-textview

Last synced: 11 months ago
JSON representation

Mobile Text Field library

Awesome Lists containing this project

README

          

# sn-textview

## Getting started

`$ npm install @standardnotes/react-native-textview --save`

### Mostly automatic installation

`$ react-native link @standardnotes/react-native-textview`

## Usage
```javascript
import TextView from '@standardnotes/react-native-textview';

// TODO: What to do with the module?
TextView;
```