Philipp Kursawe

Results 134 issues of Philipp Kursawe

Would it be possible to catch errors on the native side to not crash the app when exceptions happen on native side? When handing in invalid data to the RSA...

I have the real-life use case of needing to harden my tested (typescript) functions against invalid input. Lets say a function under test accepts 2 arguments: an array and a...

enhancement

I'd really like to get SVG support into this generator. With that in place we could properly scale parts of the source images to the according screensizes. SVG supports stylesheets...

Are you sure the push-icon sizes shown in the `README` are correct? I have 36px has `hdpi` here and 96px as `xxxhdpi`. But not sure where I got the sizes...

We should remove that, nobody needs it anymore?

When an app only uses Portrait Mode it does not need to prove landscape assets, does it? I'd vote for an option to specify which orientations to create: `--landscape, -l`...

Please provide the `push-icon` used in the `README`.

Could you imagine adding support similar to [@react-navigation/devtools](https://github.com/react-navigation/react-navigation/blob/main/packages/devtools/src/index.tsx?rgh-link-date=2022-04-07T21%3A54%3A40Z) so make the usage even simpler and not need to guard with __DEV__ (which is not officially support by RN btw)

Given 2 files ``` foo.json foo.tsx ``` the statement: ```ts import { foo } from "foo" ``` loads the `.json` file and not the `.tsx`. The order of the extensions...

react-native metro bundler allows for `import from "./services/*.service.ts"` but `unimported` marks all `*.service.ts` files as unimported. Maybe this can already be solved by a config setting?