Skip to content

Commit db9138a

Browse files
authored
feat: add README to packages (#167)
1 parent 5a519c9 commit db9138a

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<h1 align="center">
2+
React Native Bottom Tabs
3+
</h1>
4+
5+
<p align="center">
6+
<strong>Bottom Tabs that use native platform primitives.</strong><br>
7+
</p>
8+
9+
<div align="center">
10+
11+
[![mit licence](https://img.shields.io/dub/l/vibe-d.svg?style=for-the-badge)](https://github.com/okwasniewski/react-native-bottom-tabs/blob/main/LICENSE)
12+
[![npm version](https://img.shields.io/npm/v/react-native-bottom-tabs?style=for-the-badge)](https://www.npmjs.org/package/react-native-bottom-tabs)
13+
[![npm downloads](https://img.shields.io/npm/dt/react-native-bottom-tabs.svg?style=for-the-badge)](https://www.npmjs.org/package/react-native-bottom-tabs)
14+
[![npm downloads](https://img.shields.io/npm/dm/react-native-bottom-tabs.svg?style=for-the-badge)](https://www.npmjs.org/package/react-native-bottom-tabs)
15+
16+
</div>
17+
18+
https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69
19+
20+
## Documentation
21+
22+
The full documentation can be found on our [website](https://okwasniewski.github.io/react-native-bottom-tabs/).
23+
24+
## Contributing
25+
26+
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
27+
28+
## License
29+
30+
MIT
31+
32+
---
33+
34+
Made with ❤️ and [create-react-native-library](https://github.com/callstack/react-native-builder-bob)

packages/react-navigation/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# `@bottom-tabs/react-navigation`
2+
3+
React Navigation integration for `react-native-bottom-tabs`.
4+
5+
Installation instructions and documentation can be found on the [React Native Bottom Tabs website](https://okwasniewski.github.io/react-native-bottom-tabs/).

0 commit comments

Comments
 (0)