ds300 / react-native-typescript-transformer

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

Fixed ReactNative >= 0.59 compatibility #91

Closed clangen-nw closed 5 years ago

clangen-nw commented 5 years ago

Looks like the reactNativeTransformer has been moved out of metro and into its own package called metro-react-native-babel-transformer in RN versions >= 0.59.

This small patch updates the require() to the correct path.

EugenePisotsky commented 5 years ago

can anyone merge it?

ds300 commented 5 years ago

Thank you! :heart:

ds300 commented 5 years ago

Released in 1.2.12 :tada: