vxrn 1.1.536 → 1.1.537

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.
Files changed (2) hide show
  1. package/expo-plugin.cjs +2 -2
  2. package/package.json +12 -12
package/expo-plugin.cjs CHANGED
@@ -247,10 +247,10 @@ gradle.taskGraph.whenReady { taskGraph ->
247
247
  * Reference: https://github.com/software-mansion/react-native-screens/issues/17#issuecomment-424704067
248
248
  */
249
249
  function addReactNativeScreensFix(input) {
250
- console.info(`🔨 Ensuring react-native-screens android fix`, input)
250
+ console.info(`🔨 Ensuring react-native-screens android fix`)
251
251
 
252
252
  // Determine if this is Kotlin or Java
253
- const isKotlin = input.includes('.kt') || input.includes('class MainActivity : ReactActivity()')
253
+ const isKotlin = input.includes('class MainActivity : ReactActivity()')
254
254
 
255
255
  // Check if the fix is already applied
256
256
  if (input.includes('super.onCreate(null)')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxrn",
3
- "version": "1.1.536",
3
+ "version": "1.1.537",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,17 +65,17 @@
65
65
  "@hono/node-server": "^1.13.7",
66
66
  "@react-native/dev-middleware": "^0.76.5",
67
67
  "@rollup/plugin-node-resolve": "^15.2.3",
68
- "@vxrn/compiler": "1.1.536",
69
- "@vxrn/debug": "1.1.536",
70
- "@vxrn/query-string": "1.1.536",
71
- "@vxrn/react-native-prebuilt": "1.1.536",
72
- "@vxrn/resolve": "1.1.536",
73
- "@vxrn/safe-area": "1.1.536",
74
- "@vxrn/url-parse": "1.1.536",
75
- "@vxrn/utils": "1.1.536",
76
- "@vxrn/vendor": "1.1.536",
77
- "@vxrn/vite-flow": "1.1.536",
78
- "@vxrn/vite-plugin-metro": "1.1.536",
68
+ "@vxrn/compiler": "1.1.537",
69
+ "@vxrn/debug": "1.1.537",
70
+ "@vxrn/query-string": "1.1.537",
71
+ "@vxrn/react-native-prebuilt": "1.1.537",
72
+ "@vxrn/resolve": "1.1.537",
73
+ "@vxrn/safe-area": "1.1.537",
74
+ "@vxrn/url-parse": "1.1.537",
75
+ "@vxrn/utils": "1.1.537",
76
+ "@vxrn/vendor": "1.1.537",
77
+ "@vxrn/vite-flow": "1.1.537",
78
+ "@vxrn/vite-plugin-metro": "1.1.537",
79
79
  "citty": "^0.1.6",
80
80
  "dotenv": "^17.2.1",
81
81
  "dotenv-expand": "^12.0.2",