-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
860c331
commit f72d98f
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
## [1.5.0] 2019 - 02 - 20 | ||
### Removed dependencies | ||
- removed `[email protected]` | ||
### Added dependencies | ||
- added `@react-navigation/[email protected]` | ||
- added `@react-navigation/[email protected]` | ||
- added `@react-navigation/[email protected]` | ||
- added `@react-navigation/[email protected]` | ||
- added `@react-native-community/[email protected]` | ||
- added `[email protected]` | ||
- added `[email protected]` | ||
- added `[email protected]` | ||
### Updated dependencies | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
- updated `[email protected]` to `[email protected]` | ||
### Updated files | ||
- changed the whole routing from `Screens.js` because `[email protected]` has a new dynamic API | ||
- changed `Menu.js` for a new Drawer custom component | ||
- changed `Drawer.js` for a new type of `<DrawerCustomItem />` | ||
- changed props and variables so that the new `react-navigation` API could work with the following files: `Pro.js`, `Header.js`, `Product.js`, `Onboarding.js` | ||
|
||
## [1.4.0] 2019 - 10 - 27 | ||
### Updated dependencies | ||
- `[email protected]` to `[email protected]` | ||
|