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.
- package/README.md +10 -0
- 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
|
+
|
|
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) · Android (right)</sub></p>
|
|
20
|
+
|
|
11
21
|
## Installation
|
|
12
22
|
|
|
13
23
|
```bash
|