Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
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 up
Pinned
3,336 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in felipecespedes/react-native-bigheads that received 5 comments
Add types for SVG Props + SVG Ref
I let the props (BaseProps and AvatarProps) extend from SvgProps, so the { ...rest } spread made sense. (Before it only had type {})
I added a ref …
- Fix default alpha animation being reversed
- Fix viewcontroller for pop animation lookup
- Add `sharedElementTransitions` option to `showModal` and `dismissModal`
- Fix interpolation and `content::alpha` errors in playground
- Fix dead links in SET docs
- Fix statusbar typings and docs
- Set text scale repro
- Configurable Interpolation!
- Fix ReactViewOutlineAnimator width/height wrong scale
Created an issue in wix/react-native-navigation that received 6 comments
Shared Element Transitions for Modals
Intro
Currently Shared Element Transitions (SETs) only work for Screens by using push and pop commands. This is a bit weird, since there's a lot of…


