File tree Expand file tree Collapse file tree 5 files changed +998
-22
lines changed Expand file tree Collapse file tree 5 files changed +998
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.5.1] - [ 2019-03-19] ( https://github.com/react-navigation/react-navigation/releases/tag/3.5.1 )
11
+
12
+ ## Added
13
+
14
+ - Export StackGestureContext and DrawerGestureContext
15
+ - Add missing type for withOrientation
16
+
17
+ ## Fixed
18
+
19
+ - Fix header HeaderBackButton title TypeScript type
20
+
21
+
10
22
## [ 3.5.0] - [ 2019-03-19] ( https://github.com/react-navigation/react-navigation/releases/tag/3.5.0 )
11
23
12
24
## Fixed
@@ -189,7 +201,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
189
201
190
202
- [ 2.x] ( https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md )
191
203
192
- [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.5.0...HEAD
204
+ [ Unreleased ] : https://github.com/react-navigation/react-navigation/compare/3.5.1...HEAD
205
+ [ 3.5.0 ] : https://github.com/react-navigation/react-navigation/compare/3.5.0...3.5.1
193
206
[ 3.5.0 ] : https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
194
207
[ 3.4.1 ] : https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
195
208
[ 3.4.0 ] : https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0
Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ presets : [ 'module:metro-react-native-babel-preset' ] ,
3
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-navigation" ,
3
- "version" : " 3.5.0 " ,
3
+ "version" : " 3.5.1 " ,
4
4
"description" : " Routing and navigation for your React Native apps" ,
5
5
"main" : " src/react-navigation.js" ,
6
6
"types" : " typescript/react-navigation.d.ts" ,
58
58
"eslint-plugin-prettier" : " ^2.6.0" ,
59
59
"eslint-plugin-react" : " ^7.1.0" ,
60
60
"husky" : " ^0.14.3" ,
61
- "jest" : " ^22.1.3 " ,
61
+ "jest" : " ^24.5.0 " ,
62
62
"jest-expo" : " ^25.1.0" ,
63
63
"lint-staged" : " ^4.2.1" ,
64
64
"prettier" : " ^1.12.1" ,
You can’t perform that action at this time.
0 commit comments