Skip to content

Commit 9d4cd57

Browse files
committed
Merge branch 'next' into 5.x
2 parents a220a92 + f883c6b commit 9d4cd57

121 files changed

Lines changed: 487 additions & 56 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> With some minor changes this library can be used in place of React Native Elements
77
88
<p align="center">
9-
<a href="https://react-native-velements.thevikalp.com//">
9+
<a href="https://react-native-velements.thevikalp.com/">
1010
<img alt="react-native-elements" src="https://user-images.githubusercontent.com/5962998/65694309-a825f000-e043-11e9-8382-db0dba0851e3.png" width="200">
1111
</a>
1212
</p>
@@ -41,7 +41,7 @@ Cross Platform <a href="https://reactnative.dev">React Native</a> UI Toolkit
4141

4242
<div align="center">
4343

44-
<a href="https://react-native-velements.thevikalp.com/">Getting Started 🚀</a> - <a href="https://react-native-velements.thevikalp.com//docs">Documentation 📚</a> - <a href="https://expo.dev/@rn-vui/react-native-elements">Expo demo </a> - <a href="https://react-native-velements.thevikalp.com//blog">Blog</a> - <a href="https://github.com/deepktp/react-native-vikalp-elements/releases">Releases</a>
44+
<a href="https://react-native-velements.thevikalp.com/">Getting Started 🚀</a> - <a href="https://react-native-velements.thevikalp.com/docs">Documentation 📚</a> - <a href="https://expo.dev/@rn-vui/react-native-elements">Expo demo </a> - <a href="https://react-native-velements.thevikalp.com/blog">Blog</a> - <a href="https://github.com/deepktp/react-native-vikalp-elements/releases">Releases</a>
4545

4646
</div>
4747

@@ -56,7 +56,7 @@ npm install @rn-vui/themed @rn-vui/base
5656
```
5757

5858
Follow
59-
[these instructions](https://react-native-velements.thevikalp.com//docs/installation)
59+
[these instructions](https://react-native-velements.thevikalp.com/docs/installation)
6060
to install React Native vElements!
6161

6262
### Packages
@@ -81,7 +81,7 @@ const App = () => <Button title="Hello World!" />;
8181

8282
As a cross platform UI Toolkit, you can now use RNE on the web & share your codebase between your React Native + React web apps. RNE components are rendered perfectly on browser. You can achieve this to target iOS, Android and Web by collaborating RNE and [React Native for Web](https://github.com/necolas/react-native-web).
8383

84-
Click [here](https://react-native-velements.thevikalp.com//blog/2018/12/13/react-native-web) for a full walkthrough using React Native vElements + React Native Web.
84+
Click [here](https://react-native-velements.thevikalp.com/blog/2018/12/13/react-native-web) for a full walkthrough using React Native vElements + React Native Web.
8585

8686
## Expo demo app
8787

@@ -103,12 +103,12 @@ Install the [React Native vElements VS Code Extension](https://marketplace.visua
103103

104104
## Documentation
105105

106-
[View the full docs here](https://react-native-velements.thevikalp.com//docs)
106+
[View the full docs here](https://react-native-velements.thevikalp.com/docs)
107107

108108
## Contributing
109109

110110
Interested in contributing to this repo? Check out our
111-
[Contributing Guide](https://react-native-velements.thevikalp.com//docs/contributing), [Setup Guide](https://react-native-velements.thevikalp.com//docs/contributing#setup)
111+
[Contributing Guide](https://react-native-velements.thevikalp.com/docs/contributing), [Setup Guide](https://react-native-velements.thevikalp.com/docs/contributing#setup)
112112
and submit a PR for a new feature/bug fix.
113113

114114
A big shoutout to all our contributors! You could be here too!
@@ -172,7 +172,7 @@ or a
172172

173173
## Sponsors
174174

175-
Do you use React Native vElements in production? If so, consider supporting this project as it will allow the maintainers to dedicate more time to maintaining this project and also building new features for everyone. Also, your app or company's logo will show [on GitHub](https://github.com/deepktp/react-native-vikalp-elements#sponsors) and link to your website - who doesn't want a little extra exposure? [Here's the info](https://opencollective.com/react-native-elements#sponsor). Check our sponsors on [website](https://react-native-velements.thevikalp.com//sponsor).
175+
Do you use React Native vElements in production? If so, consider supporting this project as it will allow the maintainers to dedicate more time to maintaining this project and also building new features for everyone. Also, your app or company's logo will show [on GitHub](https://github.com/deepktp/react-native-vikalp-elements#sponsors) and link to your website - who doesn't want a little extra exposure? [Here's the info](https://opencollective.com/react-native-elements#sponsor). Check our sponsors on [website](https://react-native-velements.thevikalp.com/sponsor).
176176

177177
[![React Native vElements Backer](https://opencollective.com/react-native-elements/sponsor/0/avatar)](https://opencollective.com/react-native-elements/sponsor/0/website)
178178
[![React Native vElements Backer](https://opencollective.com/react-native-elements/sponsor/1/avatar)](https://opencollective.com/react-native-elements/sponsor/1/website)
@@ -194,3 +194,4 @@ Do you use React Native vElements in production? If so, consider supporting this
194194
[![React Native vElements Backer](https://opencollective.com/react-native-elements/sponsor/17/avatar)](https://opencollective.com/react-native-elements/sponsor/17/website)
195195
[![React Native vElements Backer](https://opencollective.com/react-native-elements/sponsor/18/avatar)](https://opencollective.com/react-native-elements/sponsor/18/website)
196196
[![React Native vElements Backer](https://opencollective.com/react-native-elements/sponsor/19/avatar)](https://opencollective.com/react-native-elements/sponsor/19/website)
197+

example/src/views/bottomsheet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const BottomSheetComponent: React.FunctionComponent<
3434
animationDuration={300}
3535
onBackdropPress={() => setIsVisible(false)}
3636
isVisible={isVisible}
37+
edges={{bottom: "off"}}
3738
>
3839
{list.map((l, i) => (
3940
<ListItem

0 commit comments

Comments
 (0)