@standardnotes/react-native-textview
v1.1.0
Published
Native text view component for React Native
Downloads
3
Readme
sn-textview
Getting started
$ npm install @standardnotes/react-native-textview --save
Mostly automatic installation
$ react-native link @standardnotes/react-native-textview
Usage
import TextView from '@standardnotes/react-native-textview';
// TODO: What to do with the module?
TextView;