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

Hello, I'm converting our build process which used to leverage `tsc --watch` having our `index.js` entrypoint import from `build\app.js` to use react-native-typescript-transformer. Declaring a string literal type which has backticks...

Hi, I have a problem importing html or SVG assets. And I think the problem occurs with any files that are not JS, TS or JSON ones. For example :...

how to reproduce: clone this repo https://github.com/dalcib/expo-ts-example add class: > export function deco(target: Object, propertyKey: string | symbol) { > console.log(target);console.log(propertyKey); > } In "/src/App.tsx" add a property with above...

I’ve set up `react-native-typescript-transformer` using the guide described on the [website of React Native](https://facebook.github.io/react-native/blog/2018/05/07/using-typescript-with-react-native) both using an existing react-native project with version `0.55.1` and a clean project with version `0.56.0`....

Hi This is a implementation to respect the noEmitOnError config. If any problem exists (not only syntax errors) it will report the first error and stop compiling. Please review and...

👋 - I was looking at updating the docs for RN around the cli-config.js file, and in digging around in the RN source code, I noticed that we might not...

I'm not sure that this is directly related to this transformer, but this is quite frankly the best documentation for working with React Native and TypeScript that I can find,...

It is possible to write TS code such that Babel is not required to post-process TS compilation results. It would be a nice perf win for people in those situations...

enhancement

Hi, It's super nice to see this happening! noEmitOnError is the one of the main reasons we're using TypeScript. It'd be great if the packager would fail the build if...

enhancement
help wanted