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

fix(render node, android): fix #489 issue #521

Closed
wants to merge 1 commit into from

Conversation

VictorioMolina
Copy link

Fix #489

@gregoryalary
Copy link

gregoryalary commented Jan 27, 2023

Hey 👋
This has been opened for 4 weeks, why not merge this ? Is there anything blocking ?

@elmaxe
Copy link

elmaxe commented Feb 10, 2023

Can this be merged please?

@SandraBLOK
Copy link

merge it, please!

@morgan-cromell
Copy link

@Titozzz Could you look at this?

@antoinebrtd
Copy link

@Kureev Android app keeps crashing, can we merge this? 🙏

@tslater
Copy link

tslater commented Mar 9, 2023

@Kureev Pretty please

@vinitraj10
Copy link

vinitraj10 commented Mar 17, 2023

As a temporary solution until this gets merged, if you all still struggling and want this to be used as a package, i have created a repository and put the bundle there, since we had the same issue and as we work closely with CI/CD, applying patch locally was not a good solution for us, as CI scripts need to be updated to discard the changes every time yarn or npm install done.

Instead i just moved the patch bundle into a github fork and started using it in our package.json which was much more cleaner solution as it doesn't touch .gitignore to ignore few patch files and CI is also happy.

just forking to git repo and using url might not work as the package is not compiled while forked so you need to bundle it and place in fork if you want to use it that way

You can use our bundle by using the following command

> yarn add 'vinitraj10/react-native-blur'

or

npm install 'vinitraj10/react-native-blur'

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

Successfully merging this pull request may close these issues.

[Android] Fatal Exception: java.lang.IllegalArgumentException
9 participants