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:
Jakub Grzywacz
2024-08-13 13:57:31 +02:00
committed by GitHub
parent 3350ab442a
commit e87d22f49e
25 changed files with 7437 additions and 10153 deletions

View File

@@ -1,3 +0,0 @@
import App from './App';
export default App;

3
apps/index.tsx Normal file
View File

@@ -0,0 +1,3 @@
import App from './examples';
export default App;

View File

@@ -1,3 +0,0 @@
import App from './App';
export default App;