I tried setting up with your instructions but they seemed out of date as a few things have changed like
import io.rado.backgroundcolor.BackgroundColor;
to
import io.rado.backgroundcolor.BackgroundColorPackage;
I also noticed that theres no need manually copy all of link code as calling react-native linktakes care of that.
This PR updates the readme with the correct link instructions.
Thanks for creating this tool !
Hi there,
I tried setting up with your instructions but they seemed out of date as a few things have changed like
import io.rado.backgroundcolor.BackgroundColor;
toimport io.rado.backgroundcolor.BackgroundColorPackage;
I also noticed that theres no need manually copy all of link code as calling
react-native link
takes care of that.This PR updates the readme with the correct link instructions. Thanks for creating this tool !