Skip to content

emyduke/react-native-gestures-and-animations-workshop

 
 

Repository files navigation

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 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%