react-native-magnus
react-native-magnus copied to clipboard
Radio component isn't working properly as expected
Description

Using radio component isn't doing its expected behavior. It's showing me symbols or icons that with different states.
Using the code also shows some run time errors:
Steps to reproduce the behaviour:
Copy and paste an example of importing Radio component based on docs: https://magnus-ui.com/docs/radio/
<Div>
<Radio value={1} />
<Radio value={2} defaultChecked />
<Radio value={3} activeColor="green500" />
<Radio value={4} disabled />
<Radio value={5} loading />
</Div>
Important Details
- React Native Magnus: 1.0.63
- React Native Vector Icons: 9.2.0
- React Native: 0.71.1
- Node: 14.17.4
- OS: MacOS 13.2.1
- Browser: Chrome 111.0.5563.146 (Arm64)