Mohamad Mohebifar
Mohamad Mohebifar
Also, I guess copyright information existing in `OFL.txt` is not correct. > ``` > Copyright (c) , (), > ``` [OFL web version](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web)
I changed only a few lines of the code, and I don't really know much about the whole library's code. I also haven't even used Gromacs for over a year...
Thanks @orbeckst! I definitely want to be an author! Is there a specific deadline for submission? I have got my master's thesis back from reviewers this week, so there is...
That sounds like an interesting feature. I don't think I'll have enough time to implement it for now, but PRs are always welcome! Haptic feedbacks on the other hand would...
That is indeed an interesting feature. I personally do not need this feature atm. If you like to implement it, I'd be happy to review and get it merged.
Thanks! But can you just make sure the code lints? We do not have CI, currently (unfortunately).
IMO we can just pass the `...rest` props as the `` props so we can use all the styles that is supported by ``.
What android and react-native versions are you using?
Thanks for the PR. It looks good, however, I think it'd be better if we keep it firing `stop`, so it would be compatible with the older versions. To detect...
@PedroLourenco ``` eventEmitter.addEventListener('stop', ({ wasSkipped, step }) => { if (wasSkipped) { // was skipped at step: `step` } }) ``` Let me know what you think