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

Circular progress crashes app - only in mobile #490

Open
Chibuzor-Nwemambu opened this issue Apr 12, 2024 · 2 comments
Open

Circular progress crashes app - only in mobile #490

Chibuzor-Nwemambu opened this issue Apr 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Chibuzor-Nwemambu
Copy link

Package / App

MAD Components

Version

0.13.0

What happened?

App crashes whenever CirculaProgress is used in mobile.
Screenshot 2024-04-12 at 11 40 48

Currently using "@equinor/mad-components": "^0.13.0",

Other info

if (getIsAppendFetching) {
return (

<CircularProgress size={24} color={"primary"} />

);
}

Relevant log output

No response

@Chibuzor-Nwemambu Chibuzor-Nwemambu added the bug Something isn't working label Apr 12, 2024
@HaakonSvane
Copy link
Collaborator

@Chibuzor-Nwemambu have you installed the peer dependencies as per the installation docs for the package? Error seems to be related to the react native svg package missing

@Sandtory
Copy link
Contributor

@Chibuzor-Nwemambu Did the above suggestion solve the issue and can i close this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants