Skip to content

Commit

Permalink
feat: add README to packages (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski authored Nov 28, 2024
1 parent 5a519c9 commit db9138a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
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/).

0 comments on commit db9138a

Please sign in to comment.