React Native Mentions

screenshot of React Native Mentions
react-native

Mentions textbox for React Native. Works on both ios and android. :whale:

Overview:

The react-native-mentions library is a useful tool for implementing a mentions textbox in React Native applications, functional on both iOS and Android platforms.

Features:

  • Mentions Textbox: Provides functionality to create a mentions textbox.
  • Cross-Platform: Works seamlessly on both iOS and Android devices.
  • Version Support: Compatible with React Native version 0.47 and above.
  • Renamed Props: SuggestionsDataSource prop is now suggestionsData. SuggestionsPanelHeight is now suggestionRowHeight.

Summary:

The react-native-mentions library offers a convenient way to incorporate a mentions textbox in React Native applications, with cross-platform support and compatibility with newer React Native versions. With renamed props for enhanced clarity, this library seamlessly integrates with projects under the MIT License.

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.