Yoel Naki

Results 37 comments of Yoel Naki

Here too there is Russian https://github.com/MohGovIL/hamagen-react-native/blob/89561567328e7d07d06b5e7896b4942f1b9b347e/src/config/config.ts#L32

https://stackoverflow.com/a/59698753/9161478

That's the only way it worked for me ``const persistedReducer = persistReducer(persistConfig, demoReducer as any);`` or this way ``const persistedReducer = persistReducer(persistConfig, demoReducer);``

Older than NODE 8? Today there is already NODE 11   The world is progressing   Do not stay behind

hey @mrousavy what about this Is there a good way to read data from antive?

what about the toolbar, Why can't it be used in react-native?

as we said when I press on ``d`` in cli I get two layers of the dev menu (gif attached) also in flipper when I chose the Hermes debugger I...

what I do to solve that override ``createReactInstanceManager`` in ``reactNativeHost`` in ``MyApplication`` then in my ``ReactNativActivity`` I did not create ``ReactInstanceManager`` but only call to ``getReactInstanceManager`` of ``reactNativHost`` that he...