Closed wandonye closed 7 years ago
The equivalent functions are setTimeout, setInterval, clearTimeout, and clearInterval :)
http://facebook.github.io/react-native/releases/0.40/docs/timers.html#timers
@eawall Ahh~ I thought Meteor.setInterval
and etc work like Session and thus are accessible on the server as well. If that's not the case, then Timers in RN will do their jobs.
Another question arises then, is there a way to use ReactiveVar
with React-Native-Meteor?
I'm converting a Meteor client into React Native codes. With react-native-meteor, the following three functions are not available.
Any reason why it is not included. What would be an equivalent implementation without these three functions?