https://github.com/sumukus/react-native-radio-buttons
This is the simple implementation of custom radio buttons in react native application
https://github.com/sumukus/react-native-radio-buttons
custom-radio-buttons radio-buttons react-native react-native-radio-buttons
Last synced: about 1 month ago
JSON representation
This is the simple implementation of custom radio buttons in react native application
- Host: GitHub
- URL: https://github.com/sumukus/react-native-radio-buttons
- Owner: sumukus
- Created: 2023-05-14T17:17:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T17:59:18.000Z (about 3 years ago)
- Last Synced: 2025-06-26T07:42:32.377Z (12 months ago)
- Topics: custom-radio-buttons, radio-buttons, react-native, react-native-radio-buttons
- Language: JavaScript
- Homepage: https://learn.drukinfotech.com/how-to-create-a-custom-radio-button-in-react-native/
- Size: 414 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-radio-buttons
This is the simple implementation of custom radio buttons in react native application. Clone the app and run it.
```
git clone git@github.com:sumukus/react-native-radio-buttons.git myApp
cd myApp
npm i
npx expo start
```