How to use react-native-math-view - 4 common examples

To help you get started, we’ve selected a few react-native-math-view examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ShaMan123 / react-native-math-view / MathExample / index.js View on Github external
AppRegistry.registerComponent(appName, () => MathProviderHOC(App));
github ShaMan123 / react-native-math-view / MathExample / src / index.tsx View on Github external
useEffect(() => {
        MathjaxFactory().preload(_.slice(allMath, 0, 5));
    }, [])
    const [page, setPage] = useState(-1);
github ShaMan123 / react-native-math-view / MathExample / src / index.tsx View on Github external
                    onPress={() => FactoryMemoize.cache.clear()}
                    title='clear cache'

react-native-math-view

Math view for react-native

MIT
Latest version published 3 years ago

Package Health Score

48 / 100
Full package analysis