Releases: roninoss/create-expo-stack
Releases · roninoss/create-expo-stack
[email protected]
[email protected]
[email protected]
[email protected]
Minor Changes
- 60fe131: Update Nativewind templates to follow v4 best practices: replace SafeAreaView with safe area utility classes, add SafeAreaProvider at app root, fix className concatenation bug, use interface + React.FC typing, and remove unused Container component from no-navigation projects. Re-enable react-navigation test coverage for stack, tabs, and drawer+tabs across all styling packages.
Patch Changes
- Updated dependencies [60fe131]
[email protected]
Patch Changes
- Updated dependencies [674e22c]
[email protected]
Patch Changes
- 47f09af: Re-enable tabs and drawer+tabs navigation options in interactive CLI prompts.
[email protected]
Patch Changes
- cd7064e: Use p-safe without offset and add white background to Nativewind Container component.
[email protected]
Patch Changes
- dc9748c: Fix import alias mismatch in expo-router and Nativewind UI tabs/drawer templates by replacing
~/with@/to match the generated tsconfig path alias.
[email protected]
Minor Changes
- 60fe131: Update Nativewind templates to follow v4 best practices: replace SafeAreaView with safe area utility classes, add SafeAreaProvider at app root, fix className concatenation bug, use interface + React.FC typing, and remove unused Container component from no-navigation projects. Re-enable react-navigation test coverage for stack, tabs, and drawer+tabs across all styling packages.
[email protected]
Patch Changes
- 674e22c: Update Nativewind templates to follow v4 best practices: replace SafeAreaView with safe area utility classes, add SafeAreaProvider at app root, fix className concatenation bug, use interface + React.FC typing, and remove unused Container component from no-navigation projects.