@rnx-kit/react-native-host 0.2.1 → 0.2.2

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/README.md CHANGED
@@ -1,8 +1,12 @@
1
+ <!--remove-block start-->
2
+
1
3
  # @rnx-kit/react-native-host
2
4
 
3
5
  [![Build](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/rnx-kit/actions/workflows/build.yml)
4
6
  [![npm version](https://img.shields.io/npm/v/@rnx-kit/react-native-host)](https://www.npmjs.com/package/@rnx-kit/react-native-host)
5
7
 
8
+ <!--remove-block end-->
9
+
6
10
  `@rnx-kit/react-native-host` simplifies React Native initialization.
7
11
 
8
12
  The aim of this package is to provide a backwards (and forwards) compatible way
@@ -29,11 +29,11 @@ Pod::Spec.new do |s|
29
29
  s.osx.deployment_target = '10.15'
30
30
 
31
31
  s.dependency 'React-Core'
32
- s.dependency 'React-cxxreact'
33
32
 
34
33
  if new_arch_enabled
35
- s.dependency 'ReactCommon/turbomodule/core'
34
+ s.dependency 'React-cxxreact'
36
35
  s.dependency 'React-RCTFabric'
36
+ s.dependency 'ReactCommon/turbomodule/core'
37
37
  end
38
38
 
39
39
  s.pod_target_xcconfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnx-kit/react-native-host",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Simplify React Native initialization",
5
5
  "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme",
6
6
  "license": "MIT",