rn-mathquiz
v1.0.19
Published
## Usage To use MathQuiz component in your own project first,
Downloads
17
Readme
Package rn-mathquiz
Usage
To use MathQuiz component in your own project first,
import {MathQuiz} from "rn-mathquiz";
Then import your questions file like so
import {questions} from '../questions'; // change location of wherever you put your questions file
A sample questions.js file can be found in the github repo
https://github.com/sanjeevdg/rn-mathquiz/tree/main/src
Then just use the component like so
< MathQuiz questions={questions} />
This app is built with react native webview and MathJax.


You may raise any issues you have on Githib.
