Priyesh kumar
Priyesh kumar
You need to pass `topic_name` in `subscribeToTopic` function
It works, but requires a server. I need standalone distribution build. When I try to directly open index.html from dist folder, I get black screen. No console errors, `div with...
One way is to create two reducers, say A(remember me) and B(temp). If remember me is selected, then dispatch actions of `reducer A`, else dispatch actions of `reducer B.` Also...
Latest release is not published in npm. So for now, download https://github.com/Riglerr/react-native-hr/blob/master/dist/index.js and manually import it in your project.
I am not the owner of npm package, so can't do it myself. May be owner is busy!
Are you installing the library via npm link or github link?
Documentation is correct. But latest git commit is not in npm, so you are using older version. Check out issue #4
Default [margin](https://github.com/Riglerr/react-native-hr/blob/master/src/index.js#L73) is 8 on both end. `` should work. Make sure you are using latest code from github, not from npm.