Skip to content

FastImage isn't avaiable on Expo ? #568

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

Open
duylinhdang1998 opened this issue Sep 26, 2019 · 10 comments
Open

FastImage isn't avaiable on Expo ? #568

duylinhdang1998 opened this issue Sep 26, 2019 · 10 comments
Labels

Comments

@duylinhdang1998
Copy link

I using Expo to build RN app and using fastimage lib in my app. But it not working?
why? Please help me

@dolsem
Copy link

dolsem commented Sep 26, 2019

FastImage is written in native code. Expo's managed workflow does not support adding native code to apps. You need to switch to bare workflow - https://docs.expo.io/versions/latest/introduction/managed-vs-bare

@tomparkp
Copy link

tomparkp commented May 9, 2021

Expo is working on adding the ability to include native plugins: https://blog.expo.io/expo-managed-workflow-in-2021-d1c9b68aa10

The Expo tooling is miles ahead of whats available for bare RN so it would be awesome to support it once its ready.

@tomparkp
Copy link

tomparkp commented Jul 7, 2021

Update - I think it should be possible to support Expo now via a config plugin: https://docs.expo.io/guides/config-plugins/

@Stevemoretz
Copy link

Update - I think it should be possible to support Expo now via a config plugin: https://docs.expo.io/guides/config-plugins/

Yes it is, if you check the feature request canny for it they have even explained how.

@ggepenyan
Copy link

Is there any way to use it with Expo? I really need that. Thanks in advance!

@alexander01202
Copy link

Hello please add this to expo

@AliAlican
Copy link

Hello, can we add support for expo managed workflow. using -app.config.js

@Stevemoretz
Copy link

Stevemoretz commented Nov 16, 2022

Expo is supported just use EAS why is this still open?

Brent Vatne from https://expo.canny.io/feature-requests/p/react-native-fast-image:

Today, we are pleased to announce that with the arrival of Expo SDK 42, you can now create custom development clients in the cloud using EAS Build, or locally with the new Expo run commands.
You can try it out today:
Create a new project: expo init
Install the packages: expo install react-native-fast-image expo-dev-client
Build the native app:
In the cloud with eas build -p all --profile development (expo build does not support custom builds)
Or locally with expo run:ios and expo run:android (note: see https://expo.fyi/prebuild-cleanup for information on the generated files)
To be clear, react-native-fast-image will not have been added to the Expo Go app that you download from the App Store or Google Play Store.
We still consider this feature to be completed because users can now create a custom client app that includes this library, without needing to write any native code.
We hope you enjoy, and we have big plans to continue improving this workflow going forward!

@AliAlican
Copy link

Thanks a lot, i guess the issue can be closed, also if we can add the expo install documentation to the readme, that would great

@AliAlican
Copy link

#947

I created this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants