Jan Jaworski

Results 12 issues of Jan Jaworski

Having config file in HOME directory would be useful for backup and sharing. Would it be possible to change it to follow XDG Base Directory Specification? Is there a reason...

I noticed that it is possible to simplify state of the App, by removing show* states. Instead decision to show second and third selector is determined by deriving information from...

### Summary Inspired by blog post linked below, I would like to propose removing stale bot from the project. I'll quickly summarise points mentioned there: - opened issue should not...

needs discussion

### Summary Removes all references and setup of Flow. Converts docs to use TypeScript. ### Test plan Verify that docs display and work correctly.

dependencies

Update peer dependencies in `package.json` to correct minimal versions, so users with older versions are not surprised that `react-native-paper` does not work for them. ### Summary `react-native-paper` uses React Hooks...

Hacktoberfest

### Summary Although this is a breaking change, this is only a transitory change so no breaking changes expected. https://github.com/Qix-/color/releases/tag/4.0.0 ### Test plan Pass all tests

Hacktoberfest

This PR cleans up remaining parts that still use Flow instead of TS. Additionally, exports will be updated to work with modern TS setup. ### Summary Cleanup and modernise exports...

Hacktoberfest

I'm currently developing app that passes params from subsequent screens. One screen also has a screen that passes back additional route params. I was not sure if I needed to...

Eslint config of RN Paper is quite outdated. As a part of testing latest @callstack/eslint-config, I updated it. ### Summary Update eslint config, eslint, and plugins that are used. ###...

dependencies

When `accessibilityState` prop is defined as an inline object with destructured object within it, this rule crashes. `accessibilityState={{ ...accessibilityState, disabled }}` Here's the error message: ![photo_2022-09-27_12-09-56](https://user-images.githubusercontent.com/22678765/192498966-fe2b90d7-e5a9-48b0-94c2-9564f9cf911b.jpg) I was able to...