-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: add Fabric support #951
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
@DylanVann i know this library is, in your own words on twitter, "slowly maintained", but could you take a look at this? |
Hello @DylanVann , may I know if you will consider this PR as one of the support of new architects for this library ? Thanks. |
Does anyone know if this PR is still being considered? Working on a project using the new architecture so this would be great for me |
I'd love to see this PR upstream if everything works correctly! |
While we wait for a response from Dylan, would you be willing to publish this fork as its own package? |
What is a benefit of making a fork of this package? You can always install code from a commit. Or am I missing something @Rexogamer ? |
Oh, true - I was more suggesting publishing the existing fork as its own package, but installing from a commit should work fine |
What are the steps to use this particular commit (which commit?) |
i added a folder build in the repo and installing like this and it is working but getting this error
|
@numandev1 yes, it is a problem in RN 0.72. I'll push the commits fixing it soon. |
@WoLewicki thanks a lot for your efforts <3 |
@numandev1 can you check if it works now? |
@WoLewicki now it is working well, thanks a lot <3 |
Can someone please fork this and maintain it - call it "react-native-fast-image2" ? |
OK for use_framework! this change it needed on RN 0.72.1 for some reason you need to add React-debug and React-utils. Try this.
|
@WoLewicki can you maintain this library by forking and pushing with another name on npm? because the owner of this library not having time to see it |
@numandev1 you can always use |
Will this work without using expo? |
@billnbell You only need to install and configure Expo modules with |
so you recommend to use |
@WoLewicki It would be nice if you can maintain this as a new package, just like react-native-blob-util which replaces rn-fetch-blob since |
@chj-damon May I ask what's stopping you from installing Expo modules? |
|
|
@tsapeta thanks for your reply. I'll give it a shot. |
@tsapeta hey, I just want to tell you that I've tried |
I am getting the same error, I have added "FastImageView" in react-native.config.js, was trying out the New Renderer Interop Layer |
Create a file
|
@billnbell Isn't we are supposed to give component name instead of the package name in |
I am unsure :) |
For some reason I am getting this error :/ |
I think you are right use component names |
PR adding New Architecture support to the library 🎉
We at Software Mansion have been working on improving support for the new architecture for quite a while now. If you need help with anything related to New Architecture, like:
or you just want to ask any questions, hit us up on projects@swmansion.com
Notes
Some of the code has been provided in #933 🎉