Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 8b384a5

Browse files
fix: remove yarn file, update docs with modal sheets bottom
1 parent f9bae9a commit 8b384a5

File tree

5 files changed

+201
-10302
lines changed

5 files changed

+201
-10302
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ script:
1212
# - npm run test
1313
# - npm run check-coverage
1414
after_success:
15-
# - npm run travis-deploy-once "npm run semantic-release"
1615
- npm run semantic-release
1716
branches:
1817
except:

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
<img style="margin-right:1em" src="./rn-swipeable-panel.png" width="150" height="150">
44

5-
<h1>React Native Swipeable Panel</h1>
5+
<h1>React Native Sheets Bottom</h1>
66

7-
**react-native-swipeable-panel** ise swipeable, easy to use bottom panel for your React Native projects. You can extend panel by swiping up, make it small or close by swiping down with pan gestures. Feel free to redesign inside of the panel.
7+
**react-native-sheets-bottom** ise swipeable, easy to use bottom panel for your React Native projects. You can extend panel by swiping up, make it small or close by swiping down with pan gestures. Feel free to redesign inside of the panel.
8+
9+
NOTE: IT currentlt supports pattern the [modal-bottom-sheet](https://material.io/components/sheets-bottom/#modal-bottom-sheet). Roadmap is to support expand to full screen.
810

911
[![npm version](https://img.shields.io/npm/v/react-native-swipeable-panel.svg)](https://www.npmjs.com/package/react-native-swipeable-panel)
1012

@@ -21,7 +23,7 @@
2123
## ⚙️ Installation
2224

2325
```
24-
$ npm i react-native-swipeable-panel
26+
$ npm i react-native-sheets-bottom
2527
```
2628

2729
<!-- ## Usage -->
@@ -32,7 +34,7 @@ $ npm i react-native-swipeable-panel
3234
import React from "react";
3335
import { StyleSheet, Text, View } from "react-native";
3436

35-
import SwipeablePanel from "react-native-swipeable-panel";
37+
import SwipeablePanel from "react-native-sheets-bottom";
3638

3739
export default class App extends Component {
3840
constructor(props) {
@@ -104,7 +106,9 @@ export default class App extends Component {
104106
* Swipe to full screen mode like https://material.io/components/sheets-bottom/# (far in the roadmap)
105107

106108
#### Developer set up
109+
* `npm i` - in root directory
107110
* `cd examples`
111+
* `npm i`
108112
* `npm start`
109113
* in another tab: `cd ios && pod install && cd ..`
110114
* `react-native run-ios` or `react-native run-android`

0 commit comments

Comments
 (0)