Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@luccasr73/with-rn-image-crop-picker
Advanced tools
An Expo config plugin for painless setup of `react-native-image-crop-picker`
Expo config plugin for react-native-image-crop-picker.
The original package appears to no longer be actively maintained, so I forked it to make small updates and support new expo versions
This plugin adds the required attributes to the specific files as mentioned in the docs.
InfoPlist:
NSPhotoLibraryUsageDescription
NSCameraUsageDescription
NSMicrophoneUsageDescription
AndroidManifest: <uses-permission android:name="android.permission.CAMERA"/>
App build.gradle vectorDrawables.useSupportLibrary = true
Currently there is no full support for front-camera on android.
expo version | plugin version |
---|---|
50.x.x | 0.1.4 |
51.x.x | 0.1.5 |
expo install @luccasr73/with-rn-image-crop-picker
"plugins": [
"@luccasr73/with-rn-image-crop-picker"
],
expo prebuild
expo run:ios --device
expo run:android --device
You can configure the iOS messages by adding the following props to your app.json file:
Example:
"plugins": [
[
"@luccasr73/with-rn-image-crop-picker",
{
"PhotoLibraryUsageDescription": "Allow app XYZ to access your photos",
"CameraUsageDescription": "Allow app XYZ to access your camera",
"MicrophoneUsageDescription": "Allow app XYZ to access your microphone"
}
]
]
Contributions are very welcome!
0.1.5 — 2024-11-02
FAQs
An Expo config plugin for painless setup of `react-native-image-crop-picker`
The npm package @luccasr73/with-rn-image-crop-picker receives a total of 24 weekly downloads. As such, @luccasr73/with-rn-image-crop-picker popularity was classified as not popular.
We found that @luccasr73/with-rn-image-crop-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.