create-expo-stack 2.21.1 → 2.21.2

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.
@@ -9,5 +9,5 @@ export const Container: React.FC<ContainerProps> = ({ children }) => {
9
9
  };
10
10
 
11
11
  const styles = {
12
- container: "flex flex-1 p-safe-offset-6",
12
+ container: "flex flex-1 p-safe bg-white",
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-expo-stack",
3
- "version": "2.21.1",
3
+ "version": "2.21.2",
4
4
  "description": "CLI tool to initialize a React Native application with Expo",
5
5
  "repository": {
6
6
  "type": "git",