Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request 💡
url: https://github.com/ibeginnernoob/react-native-latex/discussions/new?category=ideas
url: https://github.com/iAmAdheil/react-native-LaTeX-renderer/discussions/new?category=ideas
about: If you have a feature request, please create a new discussion on GitHub.
- name: Discussions on GitHub 💬
url: https://github.com/ibeginnernoob/react-native-latex/discussions
url: https://github.com/iAmAdheil/react-native-LaTeX-renderer/discussions
about: If this library works as promised but you need help, please ask questions there.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 ibeginnernoob
Copyright (c) 2025 iAmAdheil
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# React Native Latex Renderer

⭐ If this package helps you, please [star the repo on GitHub](https://github.com/iAmAdheil/react-native-LaTeX-renderer) — it helps others find it.

A lightweight, offline-capable, auto-resizing LaTeX renderer for React Native using [KaTeX](https://katex.org/). No native modules. No internet required.

## When to use this package
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/ibeginnernoob/react-native-latex.git"
"url": "git+https://github.com/iAmAdheil/react-native-LaTeX-renderer.git"
},
"author": "ibeginnernoob <adheilgupta@gmail.com> (https://github.com/ibeginnernoob)",
"author": "iAmAdheil <adheilgupta@gmail.com> (https://github.com/iAmAdheil)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibeginnernoob/react-native-latex/issues"
"url": "https://github.com/iAmAdheil/react-native-LaTeX-renderer/issues"
},
"homepage": "https://github.com/ibeginnernoob/react-native-latex#readme",
"homepage": "https://github.com/iAmAdheil/react-native-LaTeX-renderer#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
Expand Down
Loading