
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
react-native-view-finder
Advanced tools
A flexible little View Finder component to be used in conjunction with react-native-camera
$ npm install react-native-view-finder
# OR
$ yarn add react-native-view-finder
import {View, StyleSheet} from 'react-native'
import ViewFinder from 'react-native-view-finder'
const Example = () => (
<View style={styles.container}>
<ViewFinder backgroundColor="#333" loading />
</View>
)
const styles = StyleSheet.create({
container: { flex: 1 }
})
This will result in:
| Prop | Description | Type | Defualt |
|---|---|---|---|
containerStyle | Array Container Styles | Array | {} |
backgroundColor | String for Background color of View Finder. | String | transparent |
color | String for Color of the View finder edges | String | #FFF |
height | Number for Height of View Finder | Number | 200 |
width | Number for Width of View Finder | Number | #200 |
borderWidth | Number for Border with of View Finder edges | Number | 3 |
borderRadius | Number for Border Radius of View Finder edges | Number | 0 |
borderLength | Number for Border length of View Finder edges | Number | 25 |
loading | Bool for the indicate if loading indicator should be shown | Bool | false |
loadingColor | String for Color of the loading indicator | String | #FFF |
loadingBelowVF | Bool for the indicate if loading indicator should be shown under View Finder | Bool | false |
Contributions are welcome!
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureOr open up a issue.
Licensed under the MIT License.
FAQs
A flexible little View Finder component to be used in conjunction with react-native-camera
The npm package react-native-view-finder receives a total of 10 weekly downloads. As such, react-native-view-finder popularity was classified as not popular.
We found that react-native-view-finder 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.