Skip to content

Instantly share code, notes, and snippets.

View yamankatby's full-sized avatar
🍍
hacking...

Yaman yamankatby

🍍
hacking...
View GitHub Profile
module.exports = {
getTransformModulePath() {
return require.resolve("react-native-typescript-transformer");
},
getSourceExts() {
return ["ts", "tsx"];
}
};