Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Update MathView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed May 29, 2020
1 parent 7603c3f commit 0cac9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/MathView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as _ from 'lodash';
import React, { forwardRef, useEffect, useMemo, useState, Ref } from 'react';
import { NativeModules, requireNativeComponent, UIManager, ViewProps } from 'react-native';
import { styles } from '../common';
import MathjaxFactory, { MathToSVGConfig } from '../mathjax/index';
import MathjaxFactory, { MathToSVGConfig } from '../mathjax';

const nativeViewName = 'RNMathView';
const RNMathView = requireNativeComponent(nativeViewName);
Expand Down

0 comments on commit 0cac9e7

Please sign in to comment.