Skip to content

Commit 08042ae

Browse files
authored
Update README.md
1 parent 4b08664 commit 08042ae

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# react-native-auto-skeleton
1+
# React Native Auto Skeleton – Lightweight Skeleton Loader for React Native
2+
3+
**`react-native-auto-skeleton`** is a modern **skeleton loader for React Native**, designed to automatically render **loading placeholders** (shimmer-style) based on your existing layout.
4+
5+
> Ideal replacement for `react-native-skeleton-placeholder` and other manual solutions.
26
3-
**`react-native-auto-skeleton`** Provides automatic skeleton loading indicators based on your existing UI components, without manual configuration..
47

58
<div align="center" style="max-width: 400px; margin: auto;">
69
<a href="https://www.npmjs.com/package/react-native-auto-skeleton">
@@ -137,6 +140,21 @@ export default function App() {
137140
- Ensure components have clearly defined dimensions, backgrounds, or styles for optimal skeleton rendering.
138141
- To exclude specific components from skeleton rendering, wrap them with `<AutoSkeletonIgnoreView>`. Any content inside this wrapper will not be processed by the skeleton system.
139142

143+
## 🔁 Alternative Solutions
144+
145+
You may also know:
146+
147+
- [`react-native-skeleton-placeholder`](https://github.com/chramos/react-native-skeleton-placeholder)
148+
- [`react-content-loader`](https://github.com/danilowoz/react-content-loader)
149+
150+
If you're looking for a **React Native skeleton loader** that works **automatically**, with **Fabric support**, and no manual configuration, `react-native-auto-skeleton` is your go-to solution.
151+
140152
## License
141153

142154
[MIT](LICENSE)
155+
156+
---
157+
158+
## 📌 Keywords
159+
160+
React Native Skeleton, React Native Placeholder, react-native skeleton loader, react native shimmer, loading indicator React Native, Fabric placeholder view, auto skeleton view, react native content loader.

0 commit comments

Comments
 (0)