create-expo-stack 2.4.3 → 2.5.0-next.738ca1b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/README.md +4 -4
  2. package/build/commands/create-expo-stack.js +12 -4
  3. package/build/templates/base/App.tsx.ejs +32 -6
  4. package/build/templates/base/app.json.ejs +6 -0
  5. package/build/templates/base/package.json.ejs +16 -6
  6. package/build/templates/base/prettier.config.js.ejs +11 -0
  7. package/build/templates/packages/expo-router/drawer/app/(drawer)/index.tsx.ejs +18 -0
  8. package/build/templates/packages/expo-router/drawer/app/_layout.tsx.ejs +4 -0
  9. package/build/templates/packages/expo-router/stack/app/_layout.tsx.ejs +3 -0
  10. package/build/templates/packages/expo-router/stack/app/index.tsx.ejs +18 -0
  11. package/build/templates/packages/expo-router/tabs/app/(tabs)/index.tsx.ejs +18 -0
  12. package/build/templates/packages/expo-router/tabs/app/_layout.tsx.ejs +3 -0
  13. package/build/templates/packages/i18next/components/InternalizationExample.tsx.ejs +23 -0
  14. package/build/templates/packages/i18next/core/i18n/fallbackChecker.ts.ejs +13 -0
  15. package/build/templates/packages/i18next/core/i18n/init.ts.ejs +24 -0
  16. package/build/templates/packages/i18next/core/i18n/languageDetector.ts.ejs +13 -0
  17. package/build/templates/packages/i18next/translation/en.json.ejs +8 -0
  18. package/build/templates/packages/i18next/translation/fr.json.ejs +8 -0
  19. package/build/templates/packages/i18next/translation/index.ts.ejs +20 -0
  20. package/build/templates/packages/react-navigation/App.tsx.ejs +3 -0
  21. package/build/templates/packages/react-navigation/screens/home.tsx.ejs +19 -1
  22. package/build/templates/packages/react-navigation/screens/one.tsx.ejs +18 -0
  23. package/build/templates/packages/react-navigation/screens/overview.tsx.ejs +18 -1
  24. package/build/types/types.d.ts +3 -2
  25. package/build/types/utilities/configureProjectFiles.d.ts +1 -1
  26. package/build/types/utilities/generateProjectFiles.d.ts +1 -1
  27. package/build/types.js +3 -2
  28. package/build/utilities/configureProjectFiles.js +20 -11
  29. package/build/utilities/generateProjectFiles.js +7 -3
  30. package/build/utilities/runCLI.js +24 -8
  31. package/build/utilities/showHelp.js +4 -1
  32. package/package.json +66 -66
  33. package/build/templates/base/.prettierrc +0 -7
  34. package/build/templates/packages/expo-router/index.js +0 -4
  35. package/build/templates/packages/expo-router/index.ts +0 -1
  36. package/build/types/templates/packages/expo-router/index.d.ts +0 -1
  37. /package/build/templates/packages/expo-router/drawer/app/{[...unmatched].tsx.ejs → +not-found.tsx.ejs} +0 -0
  38. /package/build/templates/packages/expo-router/stack/app/{[...unmatched].tsx.ejs → +not-found.tsx.ejs} +0 -0
  39. /package/build/templates/packages/expo-router/tabs/app/{[...unmatched].tsx.ejs → +not-found.tsx.ejs} +0 -0
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- require("expo-router/entry");
4
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvdGVtcGxhdGVzL3BhY2thZ2VzL2V4cG8tcm91dGVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7O0FBQUEsNkJBQTJCIn0=
@@ -1 +0,0 @@
1
- import 'expo-router/entry';
@@ -1 +0,0 @@
1
- import 'expo-router/entry';