
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
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 0 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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.