dsteem
dsteem copied to clipboard
runing problem
When I use dsteem in react-native, I import dsteem from "dsteem" in redux-saga, and he'll report errors. I don't know why. This seems to be my problem.
try import instead require:
import * as dsteem from 'dsteem'
import * as dsteem from 'dsteem' -->The same problem
But I introduced this component without importing saga, which is not wrong. I don't know why.
@mahdiyari
any updates on this issue ? I have the same issue and am stuck