Gabriel Vincent
Gabriel Vincent
**Describe the bug** 1. A `View` whose content was rendered using the `render` prop function used to be rendered correctly on `react-pdf` v1 even if one of the sub-`View`s returned...
https://user-images.githubusercontent.com/469519/172361966-a0fb0899-47b1-428f-ab54-3ac71a090a2d.mp4 This is where I create the Navigation Container ```typescript const Root: React.FC = ({}) => { const theme = useTheme() return ( ({ cardStyle: { opacity: current.progress, }, }),...
This pull request adds a missing word to the `README.md` file.
This passes the tests, but as it's different from the solution presented in the course, I'm not sure that my solution preservers the O(√n) time complexity. ```typescript export default function...
Hello, Luca! I've just implemented a Web App capability to Shortly. I needed to include some meta tags on html's head and mess a bit with the CSS. I also...