mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06: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", ""],
|
"moduleSuffixes": [".macos", ""],
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"react-native-svg": ["../src"],
|
"react-native-svg": ["../../src"],
|
||||||
"react-native-svg/css": ["../src/css/index.tsx"],
|
"react-native-svg/css": ["../../src/css/index.tsx"],
|
||||||
"react-native-svg/filter-image": ["../src/filter-image/index.tsx"],
|
"react-native-svg/filter-image": ["../../src/filter-image/index.tsx"],
|
||||||
"react-native-reanimated": [
|
"react-native-reanimated": [
|
||||||
"../example/node_modules/react-native-reanimated"
|
"../example/node_modules/react-native-reanimated"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user