mirror of
https://github.com/zhigang1992/react-native-reanimated.git
synced 2026-06-15 02:19:30 +08:00
Inspired by: https://github.com/callstack/react-native-paper/tree/master/example and https://blog.callstack.io/adding-an-example-app-to-your-react-native-library-d23b9741a19c cc: @satya164 😻, thanks!
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
{
|
|
"presets": ["react-native"],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"alias": {
|
|
"react-native-reanimated": "../src/Animated"
|
|
}
|
|
}]
|
|
]
|
|
}
|