Files
react-native-svg/apps/index.tsx
Jakub Grzywacz e87d22f49e 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
2024-08-13 13:57:31 +02:00

4 lines
51 B
TypeScript

import App from './examples';
export default App;