Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add README to packages #167

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions packages/react-native-bottom-tabs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<h1 align="center">
React Native Bottom Tabs
</h1>

<p align="center">
<strong>Bottom Tabs that use native platform primitives.</strong><br>
</p>

<div align="center">

[![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)
[![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)
[![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)
[![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)

</div>

https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69

## Documentation

The full documentation can be found on our [website](https://okwasniewski.github.io/react-native-bottom-tabs/).

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT

---

Made with ❤️ and [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
5 changes: 5 additions & 0 deletions packages/react-navigation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# `@bottom-tabs/react-navigation`

React Navigation integration for `react-native-bottom-tabs`.

Installation instructions and documentation can be found on the [React Native Bottom Tabs website](https://okwasniewski.github.io/react-native-bottom-tabs/).
Loading