create-expo-stack 2.24.0-next.163e6ee → 2.24.0-next.8b4d1c7

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.
@@ -65,7 +65,7 @@ export default function Home() {
65
65
  <% if (props.stylingPackage?.name === "nativewind") { %>
66
66
  const styles = {
67
67
  container: "flex flex-1 p-safe bg-white",
68
- buttonWrapper: "w-full pb-safe",
68
+ buttonWrapper: "mx-4 pb-safe",
69
69
  };
70
70
  <% } else if (props.stylingPackage?.name === "stylesheet") { %>
71
71
  const styles = StyleSheet.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.24.0-next.163e6ee",
3
+ "version": "2.24.0-next.8b4d1c7",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",