Expo linear gradient damaged after using exp detach

I used exp detach to use expokit in my project

but now - the application should work as the same

except one issue : the gradient not work

it always show a blank white background

the same code works well before detaching

the code

<LinearGradient colors={["#2A2A72","#86fde8"]} style={{width:'100%' , height:'100%'}}>
.. some inner components
</LinearGradient>

how to solve this issue ?

hi @27mdmo7sn its hard to tell without extra info and a repro. If you could file an issue at Issues · expo/expo · GitHub that’d be great! thanks

Thanks @quinlanj
I opened issue there , hope to find answer soon

1 Like

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