Skip to content

Commit

Permalink
[docs] Update template bare minimum diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Mar 7, 2024
1 parent 3204c3a commit b6d4100
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 67 deletions.

Large diffs are not rendered by default.

Expand Up @@ -2129,15 +2129,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index 69e7eb9619..50e94a0837 100644
index 69e7eb9619..126ad005ff 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "45.0.6",
+ "version": "49.0.24",
+ "version": "49.0.26",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2152,11 +2152,11 @@ index 69e7eb9619..50e94a0837 100644
- "react-dom": "17.0.2",
- "react-native": "0.68.2",
- "react-native-web": "0.17.7"
+ "expo": "~49.0.18",
+ "expo": "~49.0.23",
+ "expo-splash-screen": "~0.20.5",
+ "expo-status-bar": "~1.6.0",
+ "react": "18.2.0",
+ "react-native": "0.72.6"
+ "react-native": "0.72.10"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -2477,15 +2477,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index 69e7eb9619..4cc4f0aaf5 100644
index 69e7eb9619..598ca7a814 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "45.0.6",
+ "version": "50.0.36",
+ "version": "50.0.40",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2500,10 +2500,10 @@ index 69e7eb9619..4cc4f0aaf5 100644
- "react-dom": "17.0.2",
- "react-native": "0.68.2",
- "react-native-web": "0.17.7"
+ "expo": "~50.0.6",
+ "expo": "~50.0.11",
+ "expo-status-bar": "~1.11.1",
+ "react": "18.2.0",
+ "react-native": "0.73.2"
+ "react-native": "0.73.4"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -1930,7 +1930,7 @@ index 0000000000..3d5782c715
+# . "$(brew --prefix nvm)/nvm.sh" --no-use
+export NODE_BINARY=$(command -v node)
diff --git a/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj b/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
index 2ac180e425..efbdc6e741 100644
index 2ac180e425..f945940c25 100644
--- a/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
+++ b/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
@@ -17,7 +17,6 @@
Expand Down Expand Up @@ -1970,7 +1970,7 @@ index 2ac180e425..efbdc6e741 100644
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "export NODE_BINARY=node\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\n`node --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n";
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
};
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -2450,7 +2450,7 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index 69e7eb9619..150bb72764 100644
index 69e7eb9619..b1a1d9ad92 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
Expand All @@ -2476,7 +2476,7 @@ index 69e7eb9619..150bb72764 100644
+ "expo": "~50.0.0-preview.4",
+ "expo-status-bar": "~1.11.0",
+ "react": "18.2.0",
+ "react-native": "0.73.2"
+ "react-native": "0.73.4"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -2151,15 +2151,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index d5ca09a584..50e94a0837 100644
index d5ca09a584..126ad005ff 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "46.0.37",
+ "version": "49.0.24",
+ "version": "49.0.26",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2174,11 +2174,11 @@ index d5ca09a584..50e94a0837 100644
- "react-dom": "18.0.0",
- "react-native": "0.69.9",
- "react-native-web": "~0.18.7"
+ "expo": "~49.0.18",
+ "expo": "~49.0.23",
+ "expo-splash-screen": "~0.20.5",
+ "expo-status-bar": "~1.6.0",
+ "react": "18.2.0",
+ "react-native": "0.72.6"
+ "react-native": "0.72.10"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -2498,15 +2498,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index d5ca09a584..4cc4f0aaf5 100644
index d5ca09a584..598ca7a814 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "46.0.37",
+ "version": "50.0.36",
+ "version": "50.0.40",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2521,10 +2521,10 @@ index d5ca09a584..4cc4f0aaf5 100644
- "react-dom": "18.0.0",
- "react-native": "0.69.9",
- "react-native-web": "~0.18.7"
+ "expo": "~50.0.6",
+ "expo": "~50.0.11",
+ "expo-status-bar": "~1.11.1",
+ "react": "18.2.0",
+ "react-native": "0.73.2"
+ "react-native": "0.73.4"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -1957,7 +1957,7 @@ index c8eb0f9a64..05647d55c7 100644
+# typescript
+*.tsbuildinfo
diff --git a/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj b/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
index a4a049f05d..efbdc6e741 100644
index a4a049f05d..f945940c25 100644
--- a/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
+++ b/templates/expo-template-bare-minimum/ios/HelloWorld.xcodeproj/project.pbxproj
@@ -17,7 +17,6 @@
Expand Down Expand Up @@ -1997,7 +1997,7 @@ index a4a049f05d..efbdc6e741 100644
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
+ shellScript = "if [[ -f \"$PODS_ROOT/../.xcode.env\" ]]; then\n source \"$PODS_ROOT/../.xcode.env\"\nfi\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n# The project root by default is one level up from the ios directory\nexport PROJECT_ROOT=\"$PROJECT_DIR\"/..\n\nif [[ \"$CONFIGURATION\" = *Debug* ]]; then\n export SKIP_BUNDLING=1\nfi\nif [[ -z \"$ENTRY_FILE\" ]]; then\n # Set the entry JS file using the bundler's entry resolution.\n export ENTRY_FILE=\"$(\"$NODE_BINARY\" -e \"require('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios absolute | tail -n 1)\"\nfi\n\nif [[ -z \"$CLI_PATH\" ]]; then\n # Use Expo CLI\n export CLI_PATH=\"$(\"$NODE_BINARY\" --print \"require.resolve('@expo/cli', { paths: [require.resolve('expo/package.json')] })\")\"\nfi\nif [[ -z \"$BUNDLE_COMMAND\" ]]; then\n # Default Expo CLI command for bundling\n export BUNDLE_COMMAND=\"export:embed\"\nfi\n\n# Source .xcode.env.updates if it exists to allow\n# SKIP_BUNDLING to be unset if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.updates\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.updates\"\nfi\n# Source local changes to allow overrides\n# if needed\nif [[ -f \"$PODS_ROOT/../.xcode.env.local\" ]]; then\n source \"$PODS_ROOT/../.xcode.env.local\"\nfi\n\n`\"$NODE_BINARY\" --print \"require('path').dirname(require.resolve('react-native/package.json')) + '/scripts/react-native-xcode.sh'\"`\n\n";
};
08A4A3CD28434E44B6B9DE2E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -2471,7 +2471,7 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index d5ca09a584..150bb72764 100644
index d5ca09a584..b1a1d9ad92 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
Expand All @@ -2497,7 +2497,7 @@ index d5ca09a584..150bb72764 100644
+ "expo": "~50.0.0-preview.4",
+ "expo-status-bar": "~1.11.0",
+ "react": "18.2.0",
+ "react-native": "0.73.2"
+ "react-native": "0.73.4"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -1999,15 +1999,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index a41fdc0d8d..50e94a0837 100644
index a41fdc0d8d..126ad005ff 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "47.0.26",
+ "version": "49.0.24",
+ "version": "49.0.26",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2020,11 +2020,11 @@ index a41fdc0d8d..50e94a0837 100644
- "expo-status-bar": "~1.4.2",
- "react": "18.1.0",
- "react-native": "0.70.8"
+ "expo": "~49.0.18",
+ "expo": "~49.0.23",
+ "expo-splash-screen": "~0.20.5",
+ "expo-status-bar": "~1.6.0",
+ "react": "18.2.0",
+ "react-native": "0.72.6"
+ "react-native": "0.72.10"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down
Expand Up @@ -2380,15 +2380,15 @@ index 9430b0f9b6..07c9fce65d 100644
+
+module.exports = config;
diff --git a/templates/expo-template-bare-minimum/package.json b/templates/expo-template-bare-minimum/package.json
index a41fdc0d8d..4cc4f0aaf5 100644
index a41fdc0d8d..598ca7a814 100644
--- a/templates/expo-template-bare-minimum/package.json
+++ b/templates/expo-template-bare-minimum/package.json
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
- "version": "47.0.26",
+ "version": "50.0.36",
+ "version": "50.0.40",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand All @@ -2401,10 +2401,10 @@ index a41fdc0d8d..4cc4f0aaf5 100644
- "expo-status-bar": "~1.4.2",
- "react": "18.1.0",
- "react-native": "0.70.8"
+ "expo": "~50.0.6",
+ "expo": "~50.0.11",
+ "expo-status-bar": "~1.11.1",
+ "react": "18.2.0",
+ "react-native": "0.73.2"
+ "react-native": "0.73.4"
},
"devDependencies": {
- "@babel/core": "^7.12.9"
Expand Down

0 comments on commit b6d4100

Please sign in to comment.