Hi
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