You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sharing a solution to Android issue, which caused accordion not to be rendered and error thrown ,
Faced this error when having arrow enabled
after research the fix is to make sure u have the following:
"react-native-linear-gradient": "2.6.2", // if use have it
"react-native-svg": "12.1.0", // this is the one which fix it for me