
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
react-native-photo-editor-pro
Advanced tools
A high-performance photo editor for React Native using Skia
A professional-grade, high-performance photo editor for React Native, powered by React Native Skia and Reanimated.

yarn add react-native-photo-editor-pro
Ensure you have Skia installed in your project:
npx expo install @shopify/react-native-skia
import { PhotoEditor } from 'react-native-photo-editor-pro';
const App = () => {
return (
<PhotoEditor
uri="https://example.com/photo.jpg"
onSave={(editedUri) => {
console.log('Saved image:', editedUri);
}}
onCancel={() => {
console.log('Cancelled');
}}
/>
);
};
## Development
To work on the library and see changes in real-time within the `example` app:
1. In the root directory, start the watch mode:
```sh
yarn watch
example directory, start the Expo app:
cd example
npx expo start
MIT
FAQs
A high-performance photo editor for React Native using Skia
The npm package react-native-photo-editor-pro receives a total of 66 weekly downloads. As such, react-native-photo-editor-pro popularity was classified as not popular.
We found that react-native-photo-editor-pro demonstrated a healthy version release cadence and project activity because the last version was released less than 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
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.