https://github.com/onekeyhq/react-native-text
https://github.com/onekeyhq/react-native-text
frontend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/onekeyhq/react-native-text
- Owner: OneKeyHQ
- License: mit
- Created: 2024-09-30T01:54:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-13T13:58:28.000Z (about 2 months ago)
- Last Synced: 2026-02-13T22:46:04.705Z (about 2 months ago)
- Topics: frontend
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 6
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# react-native-text-input
text-input
## Installation
```sh
npm install react-native-text-input
```
## Usage
```js
import { TextInputView } from "react-native-text-input";
// ...
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)