-
Notifications
You must be signed in to change notification settings - Fork 124
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
Expo Support? #65
Comments
I've ended up using https://github.com/mfrachet/rn-placeholder |
@bfarrgaynor +1 Devs, Let me know if you need any details abt my environment setup |
Same. The exact error: |
Any news on Expo support? |
That package costed me a lot of problems, I ended up using rn-placeholder too, it is simple and works fine in both IOS & Android |
Apply the patch using |
I believe you have to use the dev-client. This creates a client that allows BVLinearGradient to be registered |
Just a little change is needed for the updated
After updating the file, run the following command |
use expo-react-native-skeleton-placeholder it's work for me 100% similar to react-native-skeleton-placeholder and working in expo |
When running this on an Expo managed project I get a BVLinearGradient was not found in the UIManager error. Is it possible to work around this? It looks like the issue has to do with react-native-linear-gradient. Is it possible to swap this dependency for expo-linear-gradient? Has anyone got this working in expo?
The text was updated successfully, but these errors were encountered: