@hps1978/react-native-web-tv 0.21.2-tv.1 → 0.21.2-tv.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![npm version][package-badge]][package-url] [![Build Status][ci-badge]][ci-url] [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request)
4
4
 
5
- "React Native Web for TV" makes it possible to run [React Native][react-native-url] components and APIs on the web using React DOM.
5
+ "React Native Web for TV" makes it possible to run [React Native][react-native-url] components and APIs on the web based TVs using React Native Web.
6
6
 
7
- It is derived from [React Native Web](https://github.com/necolas/react-native-web), and this fork remains intentionally close to that project while extending it for browser-based TV platforms. Thanks to the RNW project for the foundation this fork builds on.
7
+ It is derived from [React Native Web](https://github.com/necolas/react-native-web), and this fork remains intentionally close to that project while extending it for browser-based TV platforms. Thanks to the RNW project for the foundation this fork builds on 🙏.
8
8
 
9
9
  ## Documentation
10
10
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@hps1978/react-native-web-tv",
7
- "version": "0.21.2-tv.1",
7
+ "version": "0.21.2-tv.2",
8
8
  "description": "React Native Web for TV",
9
9
  "module": "dist/index.js",
10
10
  "main": "dist/cjs/index.js",