
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-identifier
Advanced tools
A reticle for image detection
This library is intended for identifying and highlighting part of an image (usually a face) with an accuracy indicator on a mobile device.
npm i react-native-identifier
or
yarn add react-native-identifier




import { Identifier } from "react-native-identifier
...
<Identifier
accuracy={this.state.accuracy}
image={{ uri: "https://placekitten.com/201/201" }}
/>
----------------------------------------------------------------------------------------
import { Identifier } from "react-native-identifier
...
const myImage = require("./my-image.png")
<Identifier
accuracy={this.state.accuracy}
image={myImage}
blinkRate={1000}
gaugeWidth={12}
/>
| Name | Description | Default | Required | Type |
|---|---|---|---|---|
style | An optional style override for the component - can be used to set its position on the screen | N/A | YES | Object |
accuracy | The accuracy rate of the identification from 0-1 | 0 | NO | Number |
blinkRate | The starting rate for the blinking indicators - increase for more delay - decrease for craziness | 750 | NO | Number |
image | An optional image to blink on the identifier when accuracy is > 0.85 (85%) | N/A | NO | Object or require |
gaugeWidth | Width of the accuracy indicator gauge | 8 | NO | Number |
horizontal | Whether the accuracy gauge should be horizontal - underneath the reticle | false | NO | Boolean |
pulse | Whether the horizontal gauge should pulse out | false | NO | Boolean |
FAQs
A reticle for image detection
We found that react-native-identifier demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.