React Native Radio Buttons

screenshot of React Native Radio Buttons
react-native

[DEPRECATED] A Radio-button like logic wrapper for React Native

Overview

The react-native-radio-buttons package is deprecated and no longer maintained, with users encouraged to use the official SegmentedControlIOS component instead. This component provides radio button-like behavior, allowing for multiple options with only one selection possible at a time. It offers customizable container and option nodes.

Features

  • Customizable Nodes: Both container and option nodes can be customized.
  • Multiple Options: Allows for multiple options with single selection capability.
  • Extensive Prop Options: Provides options for custom rendering, selection callbacks, styling, and more.

Summary

The react-native-radio-buttons package offers a way to implement radio button-like behavior in React Native applications. However, it is important to note that this package is deprecated in favor of the official SegmentedControlIOS component. The component provides customization options for both container and option nodes, making it flexible for various use cases. Users are encouraged to migrate to the official option for a more up-to-date and supported solution.

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.