{"id":14981005,"url":"https://github.com/squareboat/native-mathjax","last_synced_at":"2025-03-29T04:31:44.330Z","repository":{"id":41710632,"uuid":"242098032","full_name":"squareboat/native-mathjax","owner":"squareboat","description":"A simple NPM nodule to show Mathematical equations using MathJAX in React Native using Webview.","archived":false,"fork":false,"pushed_at":"2023-10-23T17:17:40.000Z","size":894,"stargazers_count":6,"open_issues_count":14,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T03:07:27.341Z","etag":null,"topics":["react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squareboat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-21T09:08:49.000Z","updated_at":"2023-10-25T10:25:43.000Z","dependencies_parsed_at":"2024-10-22T19:21:19.397Z","dependency_job_id":null,"html_url":"https://github.com/squareboat/native-mathjax","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"3364886e479054bd767c1837ae32780723256700"},"previous_names":["kindacoder/native-mathjax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnative-mathjax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnative-mathjax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnative-mathjax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squareboat%2Fnative-mathjax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squareboat","download_url":"https://codeload.github.com/squareboat/native-mathjax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140565,"owners_count":20729797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native"],"created_at":"2024-09-24T14:02:43.674Z","updated_at":"2025-03-29T04:31:43.481Z","avatar_url":"https://github.com/squareboat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# native-mathjax\nA simple NPM nodule to show Mathematical equations using MathJAX in React Native using Webview.\nIt uses AutoHeightwebview to render the content as webview and set height of the content automatically.\n\n# Installation\n`npm install native-mathjax --save`\n\n# How to use\n  1. use it with scrollview like this \n  `\n  \u003cScrollView nestedScrollEnabled = {true} style={{maxHeight:220}} \u003e\n  \u003cMathJax html={\"$$\\\\frac{1}{\\\\sqrt{x^2 + 1}}$$\"}/\u003e\n  \u003c/ScrollView\u003e\n  `\n\n# Usage\n```javascript\n\u003cMathJax\n  /*\n    MathJax configuration option :\n    You can add your own configuration here. Default configuration this Module uses is :\n    Remember, If you want to use this configuration, then no need to use this prop in your code.\n\n  */\n  defaultConfiguration = {{\n\tjax: [\"input/TeX\",\"output/HTML-CSS\"],\n            tex2jax: { inlineMath: [[\"$$\",\"$$\"],[\"\\\\(\",\"\\\\)\"]] },\n            showMathMenu: false,\n            showMathMenuMSIE: false\n  }}\n /\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareboat%2Fnative-mathjax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquareboat%2Fnative-mathjax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquareboat%2Fnative-mathjax/lists"}