expo-template-bare-minimum 55.0.0-canary-20260114-d8e19f5 → 55.0.0-canary-20260119-70f7c28

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.
@@ -19,7 +19,7 @@
19
19
  </queries>
20
20
 
21
21
  <application android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:theme="@style/AppTheme" android:supportsRtl="true">
22
- <activity android:name=".MainActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true">
22
+ <activity android:name=".MainActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout|uiMode|smallestScreenSize" android:launchMode="singleTask" android:windowSoftInputMode="adjustResize" android:theme="@style/Theme.App.SplashScreen" android:exported="true">
23
23
  <intent-filter>
24
24
  <action android:name="android.intent.action.MAIN"/>
25
25
  <category android:name="android.intent.category.LAUNCHER"/>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "expo-template-bare-minimum",
3
3
  "description": "This bare project template includes a minimal setup for using unimodules with React Native.",
4
4
  "license": "0BSD",
5
- "version": "55.0.0-canary-20260114-d8e19f5",
5
+ "version": "55.0.0-canary-20260119-70f7c28",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "start": "expo start --dev-client",
@@ -11,8 +11,8 @@
11
11
  "web": "expo start --web"
12
12
  },
13
13
  "dependencies": {
14
- "expo": "55.0.0-canary-20260114-d8e19f5",
15
- "expo-status-bar": "3.0.10-canary-20260114-d8e19f5",
14
+ "expo": "55.0.0-canary-20260119-70f7c28",
15
+ "expo-status-bar": "3.0.10-canary-20260119-70f7c28",
16
16
  "react": "19.2.0",
17
17
  "react-native": "0.83.1"
18
18
  }