-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
December 12, 2019
Dawid Urbaniak edited this page Dec 12, 2019
·
1 revision
What we want to include in future releases of Paper
- Add native dependencies
react-native-safe-area-context
react-native-reanimated
- Refactor JS based animations to
react-native-reanimted
or use PR toreact-native
that allows to animate height natively - Components
-
Select
based onMenu
andTextInput
-
TextInput
trailing and leading icons - Typescript typings for
icon
- Ability to extend
Theme
type - Imperative
Snackbar
and maybe other likeDialog
-
- Other ideas
- labels for components
- issue templates and validation of opened PRs
- close inactive PRs and add stale bot https://github.com/react-navigation/react-navigation/blob/master/.github/workflows/stale.yml
- changelog improvements - generate changelog based on the component name from commit message scope
- fix(Menu): adjust the position of menu
- validate PR names to follow semantic commit pattern with scope
- https://github.com/zeke/semantic-pull-requests
- Github action for closing stale issues