software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.89k stars 1.3k forks source link

Monorepo [2/?] - use hoisted dependencies for Reanimated, app common code and paper example #5999

Closed tjzel closed 4 months ago

tjzel commented 4 months ago

Summary

About

This pull request is a part of the effort of migrating to monorepo structure:

Summary

This particular pull request moves app directory to a package called reanimated-app and Example directory to reanimated-paper-example package. It also makes use of hoisted node_modules for those two packages and react-native-reanimated.

Test plan

Run reanimated-paper-example on both iOS and Android to see that it works.