create-expo-stack 2.6.2-next.71ce545 → 2.6.2-next.7c1a2ce

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.
@@ -1,7 +1,7 @@
1
1
  import { StyleSheet, SafeAreaView } from 'react-native';
2
2
 
3
3
  export const Container = ({ children }: { children: React.ReactNode }) => {
4
- return <SafeAreaView style={styles.container}>{children}</SafeAreaView>;
4
+ return <SafeAreaView style={styles.container}>{children}</View>;
5
5
  };
6
6
 
7
7
  const styles = StyleSheet.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.6.2-next.71ce545",
3
+ "version": "2.6.2-next.7c1a2ce",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",