O.A.T.
O.A.T.
update RN to ^0.59 and no problems =) use rn-diff
Full log is `Requiring module "node_modules/react-native-neomorph-shadows/index.js", which threw an exception: TypeError: Cannot read property 'hex' of undefined`
Platform : ios 14
Update - that affects me only when "inner" is true in Neomorph
the same lame with orientation =(
It's looks like no one watching 'issue messages'. No annswers. only requests...
How you do that? ANY EXAMPLE?
@Saad-Bashar
this is what I've do `const rootReducer = (state: any, action: any) => { if (action.type === 'logout') { purgeStoredState(config); return reducers(undefined, action); } return reducers(state, action); }; export const...