Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 846 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 846 Bytes

react-native-variable-text-input

custom emoji textInput mentions which works both ios and Android Support inserting custom images into input boxes Support input box insertion any tag like"@" "#"...

Demonstration

Key features

-Support for customized emoji -Support for inserting tags (@ && #)

Installation

Install react-native-variable-text-input package from npm:

yarn add react-native-variable-text-input
# or
# npm install react-native-variable-text-input --save
cd ios
pod install

Documentation

//todo

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library