create-expo-stack 2.2.13 → 2.2.14-beta.b9e4d0a

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.
@@ -15,7 +15,7 @@ import { StatusBar } from 'expo-status-bar';
15
15
  <% if (props.stylingPackage?.name === "nativewind") {%>
16
16
  export default function App() {
17
17
  return (
18
- <View className={styles.container} %>>
18
+ <View className={styles.container}>
19
19
  <Text>Open up App.tsx to start working on your app!</Text>
20
20
  <StatusBar style="auto" />
21
21
  </View >
@@ -36,7 +36,7 @@ import { StatusBar } from 'expo-status-bar';
36
36
  export default function App() {
37
37
  return (
38
38
  <TamaguiProvider config={config}>
39
- <MyView %>>
39
+ <MyView>
40
40
  <Text>Open up App.tsx to start working on your app!</Text>
41
41
  <StatusBar style="auto" />
42
42
  </MyView>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.2.13",
3
+ "version": "2.2.14-beta.b9e4d0a",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,4 +69,4 @@
69
69
  "publishConfig": {
70
70
  "provenance": false
71
71
  }
72
- }
72
+ }