
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
react-native-ui-skel
Advanced tools
A simple React Native component that implements a Skeleton UI.
Note: gift are just examples, and are not syncronius because they were converted
A simple React Native component that implements a Skeleton UI. It will performance your react-native app and you will get more fps ( this library only works in a bare react-native app ).
if you are using expo, please use this lib: react-native-ui-skel-expo
npm i react-native-ui-skel
npm i react-native-linear-gradient
npx pod-install
import { Skel } from 'react-native-ui-skel'
<View>
<Skel
height={40}
width={300}
styles={{ borderRadius: 4 }}
/>
</View>
Name | Type | Default | Description |
---|---|---|---|
height | number | required | Skel height |
width | number | required | Skel width |
duration | number | 1000 ms | Duration of the animation |
styles | object | {} | The style applied to the Skel |
backgroundColor | string | #EBEFF5 | The color of the Skel background |
backgroundAnimationColor | array | ['transparent', 'rgba(0,0,0, 0.03)', 'transparent'] | The color of the Skel animation (this gives UI touch) |
FAQs
A simple React Native component that implements a Skeleton UI.
The npm package react-native-ui-skel receives a total of 4 weekly downloads. As such, react-native-ui-skel popularity was classified as not popular.
We found that react-native-ui-skel 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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.