Expo Linear Gradient Integration

I created an NPM package using Expo’s Linear Gradient component, and it’s working fine, but I don’t know what is the best approach to make it accessible to projects not using Expo.

Should I create a different package for this case ?

Here’s a link to the package.

Hey @alexandrezajac,

What kind of project are you trying to integrate it with?

Cheers,
Adam

Hey @adamjnav!

I’m trying to integrate it with any other React-native project that doesn’t use Expo (and thus will not have access to the Linear Gradient component present in my package).
I’m not sure if I have to create another npm package for non-Expo projects, or try to see what alternatives can I use.

Thanks for your reply!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.