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
- Host: GitHub
- URL: https://github.com/standardnotes/react-native-textview
- Owner: standardnotes
- Created: 2020-04-21T09:53:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T17:03:44.000Z (over 3 years ago)
- Last Synced: 2025-03-20T21:43:28.102Z (11 months ago)
- Language: Java
- Size: 31.3 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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;
```