react-native-accordion icon indicating copy to clipboard operation
react-native-accordion copied to clipboard

Android Solution - convert double to facebook...ReadableMap

Open samihabuawadSL opened this issue 3 years ago • 2 comments

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

samihabuawadSL avatar Dec 03 '22 17:12 samihabuawadSL

hi

сб, 3 дек. 2022 г. в 20:00, samihabuawadSL @.***>:

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

— Reply to this email directly, view it on GitHub https://github.com/dev-event/react-native-accordion/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANQ5A4T24QUUPUVHJPEEH2DWLN4C5ANCNFSM6AAAAAASS27UXE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dev-chief avatar Dec 03 '22 17:12 dev-chief

thanks @dev-event for the fast concern,

sadly I'm in a middle of critical delivery timing and will not be able to create a a repo to to example it -- and I would like to fix and ask for pull request if I had time - which sadly currently I don't

simply try to run in android having react-native-svg 13 installed + isArrow option enabled -- this will reproduce

appreciate your work thx

samihabuawadSL avatar Dec 03 '22 19:12 samihabuawadSL