We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96ceff commit 57e409bCopy full SHA for 57e409b
index.ios.js
@@ -13,8 +13,8 @@ import {
13
14
import Counter from './components/Counter';
15
import {increase, decrease, counter} from './model/counter';
16
-import R from "react.reactive"
17
-const RCounter = R(Counter);
+import K, {fromClass} from "kefir.react.native"
+const RCounter = fromClass(Counter);
18
19
function Test() {
20
return (
package.json
@@ -12,6 +12,7 @@
12
"babel-preset-stage-2": "^6.5.0",
"kefir": "^3.2.2",
"kefir.atom": "^2.2.1",
+ "kefir.react.native": "^0.1.0",
"partial.lenses": "^3.4.1",
"ramda": "^0.21.0",
"react": "^15.0.2",
0 commit comments