How do I change the color of the Android EdgeEffect Color In ScrollViews And FlatLists in managed workflow?

image

Hi @borndigitaldev

I haven’t tried the following, but maybe it will have the desired effect:

If that doesn’t do it, then you will probably need a config plugin and to build with EAS Build. Here’s one I wrote a while ago to test this:

Copy this file to ./plugins/withAndroidColorEdgeEffect.js:

Reference the plugin in app.json:

Then as mentioned above, you’ll need to build with eas build -p android ... instead of expo build:android ...

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