react-native-magic-tab-bar 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,16 @@ animation, and the navigation wiring.
8
8
  > Expo Router project on iOS and Android. (Bare React Native / React Navigation
9
9
  > is not supported yet — see [Roadmap](#roadmap).)
10
10
 
11
+ ## Screenshots
12
+
13
+ <p align="center">
14
+ <img src="https://raw.githubusercontent.com/Bhavinpethani04/react-native-magic-tab-bar/main/assets/screenshots/ios.png" alt="MagicTabs on iOS" width="280" />
15
+ &nbsp;&nbsp;&nbsp;
16
+ <img src="https://raw.githubusercontent.com/Bhavinpethani04/react-native-magic-tab-bar/main/assets/screenshots/android.png" alt="MagicTabs on Android" width="280" />
17
+ </p>
18
+
19
+ <p align="center"><sub>iOS (left) &middot; Android (right)</sub></p>
20
+
11
21
  ## Installation
12
22
 
13
23
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-magic-tab-bar",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Customizable floating tab bar for Expo Router (SDK 56+). Bring your own icons and labels.",
5
5
  "workspaces": [
6
6
  "example"