Hello there 👋
Have a look at my open source contributions if you're interested in seeing projects I've contributed to.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseHave a look at my open source contributions if you're interested in seeing projects I've contributed to.
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Summary
Fix the invalid forward ref type when using native
, typescript
and ref
options
import Svg, { Path } from 'react-native-svg'
import type { S…