react-native
react-native copied to clipboard
Cycle.js driver that uses React Native to render
reactNativeDriver() function in the current state is not mounting the app/running the application unless there is an initial emission on the stream to do the mounting of the app. Is...
This makes onPress prop to be optional in cycle helper, not it is required by typings and has to be set for example to empty handler. Should merged after removing...
Checked that some other components are deprecated and removed them.
Expo expects App function (that returns react native components) to be the default export. This is prevents the usage of makeReactNativeDriver function as usual.
I love the concept behind cyclejs, but it seems like the docs are out of date as the example is not working with the current RN deps. Also there seems...
I'm curious, any thoughts on [ReactXP](https://microsoft.github.io/reactxp/), which tries to bridge React Native and React (Web)?
Just stumbled across this. https://github.com/gk-brown/MarkupKit It is iOS only, but imagine the Cycle architecture without JS.
Working with React Native, I find the most terrible thing that you don't have direct control of the keyboard. It could be cool with a declarative Keyboard driver, where one...
The rows of a React Native ListView component are not being augmented with event handlers in this driver because renderRow's output is not reachable from the root VTree. We need...
I'm new to Cycle.js. What would this look like with more scenes?