mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
chore: cleanup example apps (#2408)
# Summary * Restructure example apps to one entry-point in `./apps/index.tsx` where we can change the import between `./examples` and `./test-examples` * update pod files
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
import App from './App';
|
||||
|
||||
export default App;
|
||||
3
apps/index.tsx
Normal file
3
apps/index.tsx
Normal file
@@ -0,0 +1,3 @@
|
||||
import App from './examples';
|
||||
|
||||
export default App;
|
||||
@@ -1,3 +0,0 @@
|
||||
import App from './App';
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user