mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
# 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
4 lines
51 B
TypeScript
4 lines
51 B
TypeScript
import App from './examples';
|
|
|
|
export default App;
|