feat: move examples to ./apps (#2507)

# Summary

Due to the large number of example apps in the repository, I decided to
change the structure and move all applications into an "apps" folder to
maintain a clear structure.
This commit is contained in:
Jakub Grzywacz
2024-10-25 16:12:23 +02:00
committed by GitHub
parent a1be06cbfd
commit b3b175a7fb
450 changed files with 153 additions and 1344 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
preset: 'react-native',
};