kuldeepworkid

Results 4 issues of kuldeepworkid

Shadow is not showing in left and right when we give marginHorizontal or paddingHorizontal to the parent. When we aling the card to the center of any parents the shadow...

2021-07-05 18:29:46.971 22990-24054/? E/AndroidRuntime: FATAL EXCEPTION: mqt_native_modules Process: com.app.packageName, PID: 22990 com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'collapsable' in shadow node of type: RCTView at com.facebook.react.uimanager.b1$k.a(Unknown Source:113) at com.facebook.react.uimanager.z0$b.a(Unknown Source:10) at...

import contentState from 'DraftJs/contentState'; After installing when im using the given sapmle code const MyApp = () => { const blocks = getRNDraftJSBlocks({ contentState }); return ( {blocks} ); };...