Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
react-native-facebook-keyframes
Advanced tools
A React Native wrapper for the Facebook Keyframes library.
Just for iOS for now, Android is still WIP.
$ npm install react-native-facebook-keyframes --save
$ react-native link react-native-facebook-keyframes
(*) you must follow the Keyframes dependency configuration section below!
Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-facebook-keyframes
and add RNFacebookKeyframes.xcodeproj
libRNFacebookKeyframes.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
)<Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-facebook-keyframes/deps/Keyframes/ios/keyframes/
and add keyframes.xcodeproj
keyframes.a
to your project's Build Phases
➜ Link Binary With Libraries
keyframes
project from the dropdown besides the Stop
button in the top barkeyframes
project (Cmd+B
).[your project's name]
project from the dropdown besides the Stop
button in the top barCmd+R
)<import KeyframesView from 'react-native-facebook-keyframes'
<KeyframesView
style={{ width: 100, height: 100 }} // View styles
seek={1.0} // Seek to a given progress in range [0, 1]
src={require('./keyframes-logo.json')} // Animation file
/>
demo/KeyframesDemo
folder
npm install
react-native run-ios
If it doesn't work, open and run the project using xCode.
MIT Licensed
FAQs
A React Native wrapper for Facebook Keyframes library
We found that react-native-facebook-keyframes demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.