Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,039 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 8 commits in 2 repositories
Created 1 repository
- Trancever/reanimated-accordion-helpers TypeScript
Opened 1 pull request in 1 repository
Trancever/reanimated-accordion-helpers
1
merged
Reviewed 16 pull requests in 2 repositories
callstack/react-native-paper 15 pull requests
- chore: bump ini from 1.3.5 to 1.3.8
- fix: padding in flat text input on web
- chore: bump ini from 1.3.5 to 1.3.8 in /example
- chore: bump ini from 1.3.5 to 1.3.8 in /docs
- fix: replace safe-area-view with iphonex-helper
- chore: exclude example when building for publishing
- fix: drop usage of __expo
- feat: React navigation app bar guide
- Update AppbarBackIcon.tsx
- Correct link to ToggleButton.Row
- fix: remove cycles
- Fix example in List.Icon
- docs: Fix incorrect function name in theming with RN Navigation
- Add info about required icon packs
- fix: add support for textAlign: center on TextInput
callstack/react-native-image-editor 1 pull request
Created an issue in callstack/react-native-paper that received 1 comment
TextInput.Flat text is incorrectly aligned when left icon is displayed inside input (Web)
Current behaviour The text inside TextInput.Flat with Icon on the left-hand side is incorrectly aligned. The issue occurs only on the web. Expected…