mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

React & React Native support ? #79

Closed Kompwu closed 2 years ago

Kompwu commented 6 years ago

I couldn't get it to work, but it would be really cool.

urish commented 6 years ago

Are you using webpack with React? Have you tried following the instructions for typewiz-webpack?

Kompwu commented 6 years ago

@urish I'm not.

urish commented 6 years ago

So what does your setup look like?

Kompwu commented 5 years ago

@urish https://github.com/emin93/react-native-template-typescript

Kompwu commented 5 years ago

@urish Any news ?

devinrhode2 commented 2 years ago

You could try create-react-app, eject, put your code inside the src directory... but you need to at least temporarily migrate to a webpack-based setup.

I'm guessing this is old enough, we can close the issue. Or, update the title. This appears to have nothing to do with react itself

urish commented 2 years ago

True