alexfinnarn / swole-nation-react-native

Make America Swole Again...more quickly this time...
MIT License
0 stars 0 forks source link

Place User Guide In App Via Markdown #173

Open alexfinnarn opened 5 years ago

alexfinnarn commented 5 years ago

https://github.com/mientjan/react-native-markdown-renderer

Placing the user guide outside of the app causes issues with connectivity and with GitHub pointing users to different links or trying to get them to log in.

alexfinnarn commented 5 years ago

I pushed up a branch with some progress on it. I added a package to render the markdown but it kept telling me something about lifecycle hook problems...

I also had issues with importing markdown files rather than using template literal strings...which that didn't seem to work well either. I got some syntax to display correctly though.

https://github.com/mientjan/react-native-markdown-renderer/issues/115

So, it looks like the package is kind of abandoned...if I were looking for some open source project to maintain within the RN ecosystem, I bet this one would be a good one to look into with the maintainer. Including MD is a common need.

Postponing this issue for now in lieu of a web view with user guide info.