Materials from the declarative gestures and animations workshop for freeCodeCamp.
$ yarn install
$ yarn start
Each example contains the full source code as well as the boilerplate files in case you want to code along with the video.
In the transitions lessons, for instance, the code is available in src/Transitions
. To use the boilerplate, go to src/Transitions/index.ts
and replace
export { default } from "./TransitionsFinal";
with
export { default } from "./Transitions";
Feel free to post issues to this repository if you have any questions.
Checkout my online course at https://start-react-native.dev/