ShaMan123 / react-native-math-view

Math view for react native! No WebView!
https://github.com/ShaMan123/react-native-math-view
MIT License
78 stars 24 forks source link

Unable to resolve module #24

Closed ggunti closed 4 years ago

ggunti commented 4 years ago

I get this error on iOS:

Captură de ecran din 2020-04-03 la 00 21 23
ShaMan123 commented 4 years ago

Try updating typescript dependency.

ggunti commented 4 years ago

Thanks! I just reinstalled the react-native-math-view library and now it works.

SirTitch commented 3 years ago

Hi @ShaMan123 we have ran into this as well but updating typescript to v4.2.4 the most recent version doesn't seem to fix it, i get this error when running npm install & npm install react-native-math-view: Screenshot from 2021-05-12 18-51-47 Screenshot from 2021-05-12 18-52-10

ShaMan123 commented 3 years ago

related #16

ShaMan123 commented 3 years ago

@SirTitch this is a persistant bug.

  1. Make sure mathjax-full is installed.
  2. Run the failed script directly from react-native-math-view directory: npm run postinstall