Skip to content

Commit

Permalink
publish v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
calintamas committed Nov 30, 2020
1 parent c82c643 commit 53bd1d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ Headers are one of:

- `Added`, `Changed`, `Removed` or `Fixed`.

## [1.3.7]

### Added

- Add Typescript declaration file, fixes [#83](https://github.com/calintamas/react-native-toast-message/issues/83) ([spidi123q](https://github.com/spidi123q) in [#94](https://github.com/calintamas/react-native-toast-message/pull/94))

### Fixed

- Allow style prop to style the base component, fixes [#92](https://github.com/calintamas/react-native-toast-message/issues/92) ([akmjenkins](https://github.com/akmjenkins) in [#93](https://github.com/calintamas/react-native-toast-message/pull/93))

## [1.3.6]

### Fixed
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@ Toast.hide({
});
```

## props

### `style`

Default `Animated.View` styles can be found in [styles.js](https://github.com/calintamas/react-native-toast-message/blob/master/src/styles.js#L4). They can be extended using the `style` prop.

### `config`

Allows you to add/overwrite Toast types. Explained below.

## Customizing the toast types

If you want to add custom types - or overwrite the existing ones - you can add a `config` prop when rendering the `Toast` in your app `root`.
Expand Down
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-toast-message",
"version": "1.3.6",
"version": "1.3.7",
"description": "Toast message component for React Native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 53bd1d1

Please sign in to comment.