akveo / react-native-ui-kitten

:boom: React Native UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/react-native-ui-kitten/
MIT License
10.3k stars 952 forks source link

I'm geting this error in handleDelete as well as handleShare #1692

Closed rituraj421 closed 1 year ago

rituraj421 commented 1 year ago

Module parse failed: Unexpected token (263:22) You may need an appropriate loader to handle this file type. | columnNumber: 53 | }

}, "Share"), User?.result?._id === question?.userId && /*#__PURE__*/React.createElement("button", {

| type: "button", | onClick: handleDelete,

greenfrvr commented 1 year ago

@rituraj421 could you please share more context, currently it's not clear how it is related to ui kitten. it would be great if you could share what component are struggling with and maybe some context where it is used

rituraj421 commented 1 year ago

@greenfrvr the issue has been solved now (btw it's not related to UI kitten), thanks for your quick response.