
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
react-native-entrance-animation
Advanced tools
npm i react-native-entrance-animation
import { AnimateMany } from 'react-native-entrance-animation';
return (
<AnimateMany right fade duration={1500} containerStyle={styles.container}>
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 1</Text></View>
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 2</Text></View>
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 3</Text></View>
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 4</Text></View >
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 5</Text></View >
<View style={styles.itemContainer}><Text style={{ color: 'white' }}>item 6</Text></View >
</AnimateMany >
);
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
padding: 10
},
itemContainer: {
height: 40,
width: '45%',
backgroundColor: 'steelblue',
justifyContent: 'center',
alignItems: 'center'
}
})
import { Animate } from 'react-native-entrance-animation';
return (
<View style={styles.container}>
<Animate top
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 1</Text>
</Animate>
<Animate left
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 2</Text>
</Animate>
<Animate right
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 3</Text>
</Animate>
<Animate bottom
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 4</Text>
</Animate>
<Animate fade delay={500}
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 5</Text>
</Animate>
<Animate zoom delay={1000}
containerStyle={styles.itemContainer}
>
<Text style={{ color: 'white' }}>item 6</Text>
</Animate>
</View >
);
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'space-evenly',
alignItems: 'center',
padding: 10
},
itemContainer: {
height: 40,
width: '45%',
backgroundColor: 'steelblue',
justifyContent: 'center',
alignItems: 'center'
}
})
Property | Type | Required | Default |
---|---|---|---|
containerStyle | style | no | - |
left | boolean | no | false |
right | boolean | no | false |
top | boolean | no | false |
bottom | boolean | no | false |
zoom | boolean | no | false |
fade | boolean | no | false |
spring | boolean | no | false |
duration | number | no | 350 |
size | number | no | 120 |
delay | number | no | 0 |
onAnimationEnd | callback | no | - |
Property | Type | Required | Default |
---|---|---|---|
containerStyle | style | no | - |
left | boolean | no | false |
right | boolean | no | false |
top | boolean | no | false |
bottom | boolean | no | false |
zoom | boolean | no | false |
fade | boolean | no | false |
spring | boolean | no | false |
duration | number | no | 350 |
size | number | no | 120 |
delay | number | no | 0 |
onAnimationEnd | callback | no | - |
simultaneously | boolean | no | false |
This project is licensed under the MIT License
FAQs
Simple entrance animation for React-Native components
The npm package react-native-entrance-animation receives a total of 0 weekly downloads. As such, react-native-entrance-animation popularity was classified as not popular.
We found that react-native-entrance-animation 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.