react-native-typescript-transformer icon indicating copy to clipboard operation
react-native-typescript-transformer copied to clipboard

Seamlessly use TypeScript with React Native

Results 34 react-native-typescript-transformer issues
Sort by recently updated
recently updated
newest added

Hi! What is the canonical strategy to keep track of the whole project type checks real-time? If I make a typing mistake in a file, my code editor will highlight...

Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...

dependencies

Hi guys! I'm trying to update to react native 0.59, but we have used some of the "forbidden" stuff for Typescript on Babel7: - Namespaces - Imports with require As...

I recently created app with typescript by this [article](https://facebook.github.io/react-native/blog/2018/05/07/using-typescript-with-react-native), and I have error when trying to apply decorator to a method error screenshots: https://prnt.sc/l4nors, http://prntscr.com/l4np8r tsconfig: https://pastebin.com/UsczCQ70

Hello, After upgrading to 0.59.0-rc.1 it stopped working: ``` Loading dependency graph...error Cannot read property 'transformFile' of undefined ``` I suppose it's related to metro version (https://github.com/facebook/metro/issues/111#issuecomment-456457949)

I was just thinking is this library needed anymore since you can use Babel 7 to compile TypeScript 🤔

What are your thoughts on adding the ability for this tool to support custom transformers? Details: * The `ts.transpileModule` function (used [here](https://github.com/ds300/react-native-typescript-transformer/blob/7aa16d351a14068b1dcfa95aa99edaa163686700/index.js#L210)) supports providing custom transformers as an option ([see...

In readme it reads: > This is neccessary until TypeScript implements suport for synthetic default imports in emitted code as well as in the type checker. See Microsoft/TypeScript#9562. That issue...

enhancement

Hi, David I use [vscode-react-native](https://github.com/Microsoft/vscode-react-native) debugging How to add breakpoint in vscode? vscode tip me ` map not found` ? Thanks

help wanted

It seems like most templates / tutorials nowadays with react-native + typescript suggest to use this package without much explanation about why / how it works - which is fine,...