ds300 / react-native-typescript-transformer

Seamlessly use TypeScript with React Native
MIT License
657 stars 50 forks source link

Fixed README.md to explicitly state the command which needs to be run… #23

Closed pixelpax closed 7 years ago

pixelpax commented 7 years ago

… to invoke the typescript transformer with react-native package manager from the commandline.

Previous command triggered EISDIR: illegal operation on a directory, read on my fresh install of react-native@0.46 . React-native was unable to infer index.js file to parse from the invocation of its parent dir.

ds300 commented 7 years ago

Cool thanks!