-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ondevice-notes requires "git" installed #148
Comments
@jenskuhrjorgensen hey thanks for raising this issue. in response to your suggested solutions "Make a fork of react-native-simple-markdown and make ondevice-notes depend on that"
"Get the maintainer of react-native-simple-markdown make a new release and bump it in ondevice-notes" "Create your own implementation of what react-native-simple-markdown does" There are other markdown renderers which can be used, I can try out some other markdown parsers when I have time. However this is not something I'll be able to change overnight and so I would recommend just installing git on your ci server as it would solve your issue much quicker. I'm not saying I won't fix it but I can't guarantee the fix will be done soon because I'm focused on 6.0. Especially since there is a workaround (install git) I can't give this priority right now. I have to manage my time carefully because I have limited free time and currently 6.0 takes priority. Of course if you or someone else can make a PR with a fix I'll happily accept it. |
Hi @dannyhw That is totally understandable - I'm also very much looking forward to v6. :) I hope I can get them to release a new version and I will create a PR here if that ever happens. Should I leave this feature request open or close it? |
@jenskuhrjorgensen leave this issue open as a reminder for me to fix this. Thanks for understanding :) |
by the way, if you are using yarn it seems adding the following to your package.json does the trick:
|
pretty sure this was resolved with the most recent stable version, let me know if not and I will re-open |
Is your feature request related to a problem? Please describe.
Hi guys
I'm running into problems on my CI being unable to run
npm i
because your Storybook addonondevice-notes
depends onreact-native-simple-markdown
which in turn depends onsimple-markdown
which is installed withgit://...
instead ofhttps://...
. This requires my CI to havegit
installed which is not the case right now, and installing it for this seems to be doing the wrong thing for the right reasons...It has actually been fixed on the main branch of
react-native-simple-markdown
three years ago, but it hasn't been released yet and the repo seems somewhat dead to me. Maybe I'm wrong.Describe the solution you'd like
I would like to use
ondevice-notes
without having to installgit
on my CI.Describe alternatives you've considered
I hoped you would do one of the following things:
react-native-simple-markdown
and makeondevice-notes
depend on thatreact-native-simple-markdown
make a new release and bump it inondevice-notes
react-native-simple-markdown
doesOr maybe come up with a fourth solution that I haven't though of.
Are you able to assist bring the feature to reality?
No. I've create an issue requesting a new release of
react-native-simple-markdown
, but I don't have my hopes too high. Furthermore, a new release ofondevice-notes
will also be required afterreact-native-simple-markdown
has been bumped and released.The text was updated successfully, but these errors were encountered: