Skip to content

Commit e1c1b0c

Browse files
Update README
1 parent 83d3e2d commit e1c1b0c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

packages/react-native-ficus-ui/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
<img src="https://github.com/BearStudio/react-native-ficus-ui/raw/main/apps/docs/static/img/banner.png" width="80%" alt="React Native Ficus UI banner" />
1+
<img src="https://raw.githubusercontent.com/BearStudio/react-native-ficus-ui/refs/heads/main/apps/docs/static/img/banner.png" width="100%" alt="React Native Ficus UI banner" />
22

33
<br />
44

5+
<h1 align="center">React Native Ficus UI 🍃</h1>
6+
57
Ficus UI is a React Native UI library inspired by Chakra UI
68

9+
<p align="center">
10+
<a href="https://github.com/BearStudio/react-native-ficus-ui/blob/main/LICENSE">
11+
<img alt="MIT License" src="https://img.shields.io/github/license/chakra-ui/chakra-ui"/>
12+
</a>
13+
<a href="https://www.npmjs.com/package/react-native-ficus-ui">
14+
<img alt="NPM Downloads" src="https://img.shields.io/npm/dm/react-native-ficus-ui"/>
15+
</a>
16+
<a href="https://github.com/BearStudio/react-native-ficus-ui">
17+
<img alt="Github Stars" src="https://badgen.net/github/stars/BearStudio/react-native-ficus-ui" />
18+
</a>
19+
</p>
20+
721
## Requirements
822

923
This library now needs `react-native-gesture-handler` to be installed inside the React Native project.
@@ -61,6 +75,16 @@ AppRegistry.registerComponent('main', () => Main);
6175

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

78+
## Core team
79+
80+
<a href="https://www.bearstudio.fr/"><img src="https://avatars.githubusercontent.com/u/21054556?s=48&v=4" height="50" width="50" /></a>
81+
<a href="https://github.com/ntorionbearstudio"><img src="https://avatars.githubusercontent.com/u/53612278?v=4" height="50" width="50" /></a>
82+
<a href="https://github.com/ntatoud"><img src="https://avatars.githubusercontent.com/u/135032615?v=4" height="50" width="50" /></a>
83+
<a href="https://github.com/omar-bear"><img src="https://avatars.githubusercontent.com/u/80390318?v=4" height="50" width="50" /></a>
84+
<a href="https://github.com/heloise-gllm"><img src="https://avatars.githubusercontent.com/u/139237256?v=4" height="50" width="50" /></a>
85+
<a href="https://github.com/houssembaltii"><img src="https://avatars.githubusercontent.com/u/155462028?v=4" height="50" width="50" /></a>
86+
<a href="https://github.com/HugoPerard"><img src="https://avatars.githubusercontent.com/u/48803115?v=4" height="50" width="50" /></a>
87+
6488
## License
6589

6690
MIT

0 commit comments

Comments
 (0)