vxrn 0.1.8 → 0.1.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vxrn",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "type": "module",
@@ -29,10 +29,10 @@
29
29
  "@babel/code-frame": "^7.21.4",
30
30
  "@vitejs/plugin-react": "^4.2.1",
31
31
  "@vitejs/plugin-react-swc": "^3.6.0",
32
- "@vxrn/react-native-prebuilt": "0.1.8",
33
- "@vxrn/vite-native-client": "0.1.8",
34
- "@vxrn/vite-native-hmr": "0.1.8",
35
- "@vxrn/vite-native-swc": "0.1.8",
32
+ "@vxrn/react-native-prebuilt": "0.1.9",
33
+ "@vxrn/vite-native-client": "0.1.9",
34
+ "@vxrn/vite-native-hmr": "0.1.9",
35
+ "@vxrn/vite-native-swc": "0.1.9",
36
36
  "chalk": "^5.3.0",
37
37
  "citty": "^0.1.6",
38
38
  "crossws": "^0.2.4",
@@ -1,11 +1,12 @@
1
1
  diff --git a/node_modules/react-native-screens/lib/module/index.native.js b/node_modules/react-native-screens/lib/module/index.native.js
2
- index 4462af6..5a7f506 100644
2
+ index 4462af6..2dc32ff 100644
3
3
  --- a/node_modules/react-native-screens/lib/module/index.native.js
4
4
  +++ b/node_modules/react-native-screens/lib/module/index.native.js
5
- @@ -363,6 +363,14 @@ class Screen extends React.Component {
5
+ @@ -363,7 +363,15 @@ class Screen extends React.Component {
6
6
  }
7
7
  }
8
8
  _defineProperty(Screen, "contextType", ScreenContext);
9
+ -module.exports = {
9
10
  +
10
11
  +const NativeScreen = ScreensNativeModules.NativeScreen;
11
12
  +const NativeScreenContainer = ScreensNativeModules.NativeScreenContainer;
@@ -14,9 +15,10 @@ index 4462af6..5a7f506 100644
14
15
  +const ScreenStackHeaderSubview = ScreensNativeModules.NativeScreenStackHeaderSubview;
15
16
  +const SearchBarCommands = ScreensNativeModules.NativeSearchBarCommands;
16
17
  +
17
- module.exports = {
18
+ +export {
18
19
  // these are classes so they are not evaluated until used
19
20
  // so no need to use getters for them
21
+ Screen,
20
22
  @@ -373,24 +381,12 @@ module.exports = {
21
23
  InnerScreen,
22
24
  SearchBar,