Skip to content

Commit 57e409b

Browse files
author
Pavlo Aksonov
committed
use Calmm-JS as wrapper
1 parent b96ceff commit 57e409b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

index.ios.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {
1313

1414
import Counter from './components/Counter';
1515
import {increase, decrease, counter} from './model/counter';
16-
import R from "react.reactive"
17-
const RCounter = R(Counter);
16+
import K, {fromClass} from "kefir.react.native"
17+
const RCounter = fromClass(Counter);
1818

1919
function Test() {
2020
return (

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"babel-preset-stage-2": "^6.5.0",
1313
"kefir": "^3.2.2",
1414
"kefir.atom": "^2.2.1",
15+
"kefir.react.native": "^0.1.0",
1516
"partial.lenses": "^3.4.1",
1617
"ramda": "^0.21.0",
1718
"react": "^15.0.2",

0 commit comments

Comments
 (0)