mihaimodiga

Results 7 comments of mihaimodiga

I tested both functions, `makeComponent` and `makeCycleReactComponent` . Everything is displayed properly but click event can not be captured. If I use the event stream generated by `periodic operator`, the...

I also tried: ```js const App = makeComponent(main); ``` I got exactly the same result.

@staltz no, it din't worked with `press`. Btw I also updated expo to the latest version

@staltz It seems it was a problem with my computer . I assume that Windows firewall blocked some ports. I will investigate more. I switched to Linux and it runs...

Besides `Expo.io` integration, it would be very useful to specify in `readme.md` the `react-native` version that is compatible with the latest version of `@cycle/react-native`.

From `node_modules\@cycle\react-native\lib\cjs\index.js` I had to comment the following components: `ListView`, `ViewPagerAndroid` and `WebView` in order to be able to run the app on device.

I noticed that the 'click' event was not identified because I used `npm install` not only for `@cycle\react-native`, but also for `@cycle/react`. I just uninstalled everything and that I installed...