Skip to content

Commit 281cca0

Browse files
committed
chore: merge cleanup
1 parent 76ec6b9 commit 281cca0

File tree

4 files changed

+1
-38
lines changed

4 files changed

+1
-38
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -223,28 +223,3 @@ Become a sponsor and get your logo on our README on Github with a link to your s
223223
<a href="https://opencollective.com/react-native-elements/sponsor/27/website" target="_blank"><img src="https://opencollective.com/react-native-elements/sponsor/27/avatar.svg"></a>
224224
<a href="https://opencollective.com/react-native-elements/sponsor/28/website" target="_blank"><img src="https://opencollective.com/react-native-elements/sponsor/28/avatar.svg"></a>
225225
<a href="https://opencollective.com/react-native-elements/sponsor/29/website" target="_blank"><img src="https://opencollective.com/react-native-elements/sponsor/29/avatar.svg"></a>
226-
227-
## Roadmap
228-
229-
#### First Contributors
230-
Look for the label `Good First Task` on the issues. Click [here](https://github.com/react-native-training/react-native-elements/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Task%22) to see them.
231-
232-
#### 1.0 Release
233-
- [ ] [SearchBar - Platform Specific (with iOS 11 support)]()
234-
- [ ] [ListItem - Platform Specific](https://docs.google.com/document/d/1EJc54CWQSGcaVQyqoRUQycnIOtUwFw3LxH3k8f9-Xzc/edit?usp=sharing)
235-
- [ ] [Button - Refactored](https://github.com/react-native-training/react-native-elements/blob/v1/example/v1/buttons/Button.js)
236-
- [ ] [Input - Rewritten](https://github.com/react-native-training/react-native-elements/blob/v1/example/v1/input/Input.js)
237-
- [ ] [Production-ready View Templates](https://github.com/react-native-training/react-native-elements/tree/v1/example/v1)
238-
239-
#### Not Started
240-
- [ ] [Compatibility with react-native-web](https://github.com/react-native-training/react-native-elements/issues/110)
241-
- [ ] [Add Notification Component](https://github.com/react-native-training/react-native-elements/issues/190)
242-
- [ ] [Add Image Component which supports parallax](https://github.com/react-native-training/react-native-elements/issues/203)
243-
- [ ] [Add DatePicker/Calendar Component](https://github.com/react-native-training/react-native-elements/issues/214)
244-
- [ ] Something you's like to see? Submit an [issue](https://github.com/react-native-training/react-native-elements/issues/new) or a [pull request](https://github.com/react-native-training/react-native-elements/pulls)
245-
246-
## Contributing
247-
248-
Interested in contributing to this repo? Checkout our [Contributing Guide](https://github.com/react-native-training/react-native-elements/blob/master/.github/CONTRIBUTING.MD)
249-
250-
Also come say **Hi!** to the RNE community on our public [Slack team](https://reactnativetraining.herokuapp.com/). See you on the other side! :)

default_installation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ yarn add react-native-elements
2121
```
2222
npm i react-native-elements --save
2323
```
24-
25-
### Additional Step for Typescript
26-
27-
```
28-
yarn add --dev @types/react-native-elements
29-
```

docs/Installation/default_installation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ yarn add react-native-elements
2121
```
2222
npm i react-native-elements --save
2323
```
24-
25-
### Additional Step for Typescript
26-
27-
```
28-
yarn add --dev @types/react-native-elements
29-
```

src/header/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
import { StatusBar, StyleSheet, View, Dimensions } from 'react-native';
3+
import { StatusBar, StyleSheet, View } from 'react-native';
44
import isEmpty from 'lodash.isempty';
55
import DummyNavButton from './DummyNavButton';
66
import NavButton from './NavButton';

0 commit comments

Comments
 (0)