react-native-magnus icon indicating copy to clipboard operation
react-native-magnus copied to clipboard

Radio component isn't working properly as expected

Open johnvalle opened this issue 2 years ago • 0 comments

Description

337787182_623687806297484_1830293887760224739_n

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:

image

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)

johnvalle avatar Apr 06 '23 04:04 johnvalle