Skip to content

Commit b1bf124

Browse files
authored
Merge pull request #12 from herberthk/add-version-badge
chore: modify package
2 parents a037e9c + 382113a commit b1bf124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# react-native-viewport
3-
![Build Status](https://github.com/herberthk/react-native-viewport/actions/workflows/ci.yml/badge.svg)[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)![Supports Android](https://img.shields.io/badge/Supports-Android-green.svg)![Supports iOS](https://img.shields.io/badge/Supports-iOS-blue.svg)
3+
![Build Status](https://github.com/herberthk/react-native-viewport/actions/workflows/ci.yml/badge.svg)[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)![Supports Android](https://img.shields.io/badge/Supports-Android-green.svg)![Supports iOS](https://img.shields.io/badge/Supports-iOS-blue.svg)![npm version](https://img.shields.io/npm/v/@herberthtk/react-native-viewport.svg)
44

55
A fully customizable React Native wrapper to check whether a component is in the view port to track impressions
66
## Demos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"android",
5151
"react-component",
5252
"intersection-observer",
53-
"impressions"
53+
"impressions","view-port","in-view-port","scroll-impressions"
5454
],
5555
"repository": {
5656
"type": "git",

0 commit comments

Comments
 (0)