Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs #21

Merged
merged 1 commit into from
Nov 14, 2024
Merged

docs: update docs #21

merged 1 commit into from
Nov 14, 2024

Conversation

herberthk
Copy link
Owner

No description provided.

@herberthk herberthk self-assigned this Nov 14, 2024
@@ -3,7 +3,8 @@
![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)![npm](https://img.shields.io/npm/dw/@herberthtk/react-native-viewport)


A fully customizable React Native wrapper to check whether a component is in the view port to track impressions, It is purely written in TypeScript
This is a fully customizable, TypeScript-based React Native component that lets you effortlessly monitor when any component enters or exits the viewport. Perfect for tracking impressions and creating engaging, data-driven experiences, this tool triggers a callback whenever visibility changes, enabling precise in-view tracking. Whether you’re building analytics features, enhancing user experience, or managing dynamic content, this package offers a streamlined, reliable way to detect visibility in scrollable views.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -10,7 +10,7 @@
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@herberthtk/react-native-viewport": "^0.1.9",
"@herberthtk/react-native-viewport": "^0.1.10",
"expo": "~51.0.28",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@herberthk herberthk merged commit 0013899 into main Nov 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant