Philipp Kursawe

Results 134 issues of Philipp Kursawe

# Bug report ## Summary The current implementation does not forward touch events to the native implementation on Android. ```tsx ``` On iOS the onPressIn handler is called correctly. On...

I wonder if this module could support GL Transmission Format?

A splashimage is not cut out from the center to the outside as its claimed in the description. Instead its cutting from the middle but filling the remaining space with...

This package needs some Typescript love :) Willing to accept a PR?

This project lacks some tests to verify the functionality. Do you have any plans to add tests or would accept a PR? Case in point: ```js export const setCustomText =...

Developing on Windows does not allow one to build ios projects. Trying to link fonts yields in an unhandled exception because the CLI tries to read from a non-existing plist...

bug report

Are there any plans to make this API semantically correct and use POST/PUT/DELETE for state changing requests?

enhancement

I wonder if is already supported to have a chain of translations that would go from the most specific "en-GB" to "en" for finding translations.

I recently wrote a test and wondered why my expectation that the `logger.error` would call `console.error` eventually did not work. Then I found out that consoleTransport uses `console.log` always and...