expo-template-bare-minimum 55.0.0-canary-20250912-b5ce2a8 → 55.0.0-canary-20250919-7a31b96

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.
@@ -0,0 +1,7 @@
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ xmlns:tools="http://schemas.android.com/tools">
3
+
4
+ <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
5
+
6
+ <application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" tools:replace="android:usesCleartextTraffic" />
7
+ </manifest>
@@ -19,7 +19,6 @@ public class AppDelegate: ExpoAppDelegate {
19
19
 
20
20
  reactNativeDelegate = delegate
21
21
  reactNativeFactory = factory
22
- bindReactNativeFactory(factory)
23
22
 
24
23
  #if os(iOS) || os(tvOS)
25
24
  window = UIWindow(frame: UIScreen.main.bounds)
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-20250912-b5ce2a8",
5
+ "version": "55.0.0-canary-20250919-7a31b96",
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-20250912-b5ce2a8",
15
- "expo-status-bar": "3.0.9-canary-20250912-b5ce2a8",
14
+ "expo": "55.0.0-canary-20250919-7a31b96",
15
+ "expo-status-bar": "3.0.9-canary-20250919-7a31b96",
16
16
  "react": "19.1.0",
17
17
  "react-native": "0.81.4"
18
18
  }