Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 792 Bytes

File metadata and controls

40 lines (25 loc) · 792 Bytes

Learn React Native Gestures and Animations

Materials from the declarative gestures and animations workshop for freeCodeCamp.

Install

$ yarn install

Run

$ yarn start

Code Along

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";

Questions?

Feel free to post issues to this repository if you have any questions.

Dig Deeper

Checkout my online course at https://start-react-native.dev/

Happy Hacking 🎉