Skip to content

Commit

Permalink
update to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Hamilton committed Dec 16, 2020
1 parent e7eeb18 commit 653ef8a
Show file tree
Hide file tree
Showing 75 changed files with 1,426 additions and 8,724 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elements",
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"description": "React Native Elements & UI Toolkit",
"main": "src/index.js",
"files": [
Expand Down
8 changes: 4 additions & 4 deletions website/docs/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ adds error message (optional)
props to be passed to the React Native `Text` component used to display the
error message (optional)

| Type | Default |
| :-----------------------------------------------------------------------------: | :-----: |
| {[...Text props](https://facebook.github.io/react-native/docs/text.html#props)} | none |
| Type | Default |
| :--------------------------------------------------------: | :-----: |
| {[...Text props](https://reactnative.dev/docs/text#props)} | none |

---

Expand Down Expand Up @@ -299,7 +299,7 @@ styling for right Icon Component container

Store a reference to the Input in your component by using the ref prop
provided by React
([see docs](https://facebook.github.io/react/docs/refs-and-the-dom.html)):
([see docs](https://reactjs.org/docs/refs-and-the-dom.html)):

```js
const input = React.createRef();
Expand Down
2 changes: 1 addition & 1 deletion website/docs/searchbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ The value of the search field

Store a reference to the SearchBar in your component by using the ref prop
provided by React
([see docs](https://facebook.github.io/react/docs/refs-and-the-dom.html)):
([see docs](https://reactjs.org/docs/refs-and-the-dom.html)):

```js
<SearchBar
Expand Down
4 changes: 2 additions & 2 deletions website/docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ yarn test -u
npm run test -u
```

For Snapshot Testing, we use [Jest](https://facebook.github.io/jest/).
For Snapshot Testing, we use [Jest](https://jestjs.io/).

You can read more about snapshot testing [here](https://facebook.github.io/jest/docs/en/snapshot-testing.html).
You can read more about snapshot testing [here](https://jestjs.io/docs/en/snapshot-testing.html).

## Functional Testing

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.2.0/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ styling for right Icon Component container

Store a reference to the Input in your component by using the ref prop
provided by React
([see docs](https://facebook.github.io/react/docs/refs-and-the-dom.html)):
([see docs](https://reactjs.org/docs/refs-and-the-dom.html)):

```js
const input = React.createRef();
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-1.2.0/searchbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ callback fired when pressing the cancel button (iOS) or the back icon (Android)

Store a reference to the SearchBar in your component by using the ref prop
provided by React
([see docs](https://facebook.github.io/react/docs/refs-and-the-dom.html)):
([see docs](https://reactjs.org/docs/refs-and-the-dom.html)):

```js
<SearchBar
Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-1.2.0/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ yarn test -u
npm run test -u
```

For Snapshot Testing, we use [Jest](https://facebook.github.io/jest/).
For Snapshot Testing, we use [Jest](https://jestjs.io/).

You can read more about snapshot testing [here](https://facebook.github.io/jest/docs/en/snapshot-testing.html).
You can read more about snapshot testing [here](https://jestjs.io/docs/en/snapshot-testing.html).

## Functional Testing

Expand Down
243 changes: 0 additions & 243 deletions website/versioned_docs/version-2.0.4/badge.md

This file was deleted.

Loading

0 comments on commit 653ef8a

Please sign in to comment.