Skip to content

Radio component isn't working properly as expected #183

Open
@johnvalle

Description

@johnvalle

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions