-
I just wanted to ask what the feasibility of would be of not depending on expo-linear-gradient? As a package it works great, but it's dependency on Expo being installed is not ideal. Expo is very "heavy" and touches a ton of stuff throughout the project and makes debugging quite difficult. We have spent a week (without success) trying to get a regular react-native project with expo added to work with detox on android, for example. Something about them just don't work well together. We have also had issues when our react-native version was higher than the react-native version in the latest expo SDK. Anyways, just wanted to prompt a discussion to see if there was a technical reason something like react-native-linear-gradient couldn't be used instead. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Hi. I think there are problem with that moti want to be usable in expo. I think we should research how to use package what we have |
Beta Was this translation helpful? Give feedback.
-
I opened a PR at #267 to address this. |
Beta Was this translation helpful? Give feedback.
I opened a PR at #267 to address this.