Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radio component isn't working properly as expected #183

Open
johnvalle opened this issue Apr 6, 2023 · 0 comments
Open

Radio component isn't working properly as expected #183

johnvalle opened this issue Apr 6, 2023 · 0 comments
Assignees

Comments

@johnvalle
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants