
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
react-native-easy-view-transformer
Advanced tools
An easy and simple to use React Native component to transform and translate a view with gestures like pan, pinch and double tap. Supporting both iOS and Android. Free and made possible along with costly maintenance and updates by [Lue Hang](https://www.f
An easy and simple to use React Native component to transform and translate a view with gestures like pan, pinch and double tap. Supporting both iOS and Android. Check out the docs.
<ViewTransformer></ViewTransformer>.
Type in the following to the command line to install the module.
$ npm install --save react-native-easy-view-transformer
or
$ yarn add react-native-easy-view-transformer
Add an import to the top of the file. At minimal, wrap any view in the <ViewTransformer></ViewTransformer>.
If you like
react-native-easy-view-transformer, please be sure to give it a star at GitHub. Thanks.
import ViewTransformer from "react-native-easy-view-transformer";
//...
render() {
return (
<ViewTransformer
maxScale={2} // 2 times zoom
>
{/* Any kind of view. */}
</ViewTransformer>
);
}
//...
Learn more about the installation and how to use this package in the updated documentation page.
Free and made possible along with costly maintenance and updates by Lue Hang (the author).
Pull requests are welcomed.
Contributors will be posted here.
Not sure where to start, or a beginner? Take a look at the issues page.
MIT © Lue Hang, as found in the LICENSE file.
FAQs
An easy and simple to use React Native component to transform and translate a view with gestures like pan, pinch and double tap. Supporting both iOS and Android. Free and made possible along with costly maintenance and updates by [Lue Hang](https://www.f
The npm package react-native-easy-view-transformer receives a total of 3,399 weekly downloads. As such, react-native-easy-view-transformer popularity was classified as popular.
We found that react-native-easy-view-transformer 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.