feat: change folders structure (#2319)

# Summary
extract the shared example and use it in example and fabric-example, macos-example

## Test Plan

Run those apps manually.
This commit is contained in:
Bohdan Artiukhov
2024-07-05 13:00:13 +02:00
committed by GitHub
parent 9dc024702b
commit 7c1602e291
344 changed files with 10633 additions and 4459 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ We'd like to make contributions as pleasant as possible, so here's a small guide
### Testing your changes
Add test example in [TestsExample](https://github.com/react-native-svg/react-native-svg/tree/main/TestsExample) concerning your change following the convention of `TestX.tsx` where `X` is your PR number.
Add test example in [tests-example](https://github.com/react-native-svg/react-native-svg/tree/main/tests-example) concerning your change following the convention of `TestX.tsx` where `X` is your PR number.
## Tests