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

Picker has been extracted from react-native core #3163

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ npm install native-base --save
*Install Peer Dependencies:*<br />
The peer dependencies included from any npm packages does not automatically get installed. Your application will not depend on it explicitly.

```js
npm install @react-native-community/picker --save
```

```js
react-native link
```
Expand All @@ -72,6 +76,10 @@ Refer this link for additional information on [Expo](https://docs.expo.io/)
```js
npm install native-base --save
```
*Install peerDependencies:*
```js
npm install @react-native-community/picker --save
```

<br />

Expand Down
2 changes: 1 addition & 1 deletion dist/src/basic/DeckSwiper.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/DeckSwiper.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/Fab.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/Fab.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/Item.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/Item.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/basic/Picker.android.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/basic/Picker.android.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/basic/Picker.ios.js

Large diffs are not rendered by default.

Loading