mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
fix: example types (#2508)
# Summary Fixes small mistake introduced in #2507
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
"moduleSuffixes": [".macos", ""],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"react-native-svg": ["../src"],
|
||||
"react-native-svg/css": ["../src/css/index.tsx"],
|
||||
"react-native-svg/filter-image": ["../src/filter-image/index.tsx"],
|
||||
"react-native-svg": ["../../src"],
|
||||
"react-native-svg/css": ["../../src/css/index.tsx"],
|
||||
"react-native-svg/filter-image": ["../../src/filter-image/index.tsx"],
|
||||
"react-native-reanimated": [
|
||||
"../example/node_modules/react-native-reanimated"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user