Fix missing ts def (#5689)

* fix: missing typescript definition file

* chore: update changelog for missing ts file
This commit is contained in:
AkiVer
2019-03-16 10:41:42 -07:00
parent 0482a89089
commit e23d86af8a
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## Changed
- Updated react-native-gesture-handler to ~3.1.0
- Fix missing TypeScript definitions file in release package
## [3.4.0] - [2019-03-15](https://github.com/react-navigation/react-navigation/releases/tag/3.4.0)

View File

@@ -28,7 +28,8 @@
},
"files": [
"src",
"NavigationTestUtils.js"
"NavigationTestUtils.js",
"typescript"
],
"peerDependencies": {
"react": "*",