Paweł Wrzosek
Results
4
issues of
Paweł Wrzosek
- fixes #50
In https://github.com/facebook/react-native/pull/25899 built-in `Picker` was deprecated in favor of [`react-native-picker`](https://github.com/react-native-community/react-native-picker) fixes #120
The JSDoc parser breaks negative numbers in tags like `@minimum -10` because it treats - as a delimiter at any position, yielding empty strings instead of the negative value.