Compare commits

..

5 Commits

Author SHA1 Message Date
Satyajit Sahoo
848da3e2dd chore: release 4.1.1 2020-02-04 23:31:48 +01:00
Satyajit Sahoo
4cff366a0d fix: make sure index.js is common js 2020-02-04 23:31:32 +01:00
Satyajit Sahoo
0fb81cf926 fix: don't use declare module for type definitions 2020-02-04 23:31:31 +01:00
Satyajit Sahoo
e80c96a4eb chore: update LICENSE 2020-02-01 02:06:03 +01:00
Satyajit Sahoo
c147129152 chore: fix node version in CI 2020-01-29 17:43:44 +01:00
6 changed files with 966 additions and 967 deletions

View File

@@ -2,7 +2,7 @@ version: 2
defaults: &defaults
docker:
- image: circleci/node:10.9.0
- image: circleci/node:10
working_directory: ~/project
jobs:

View File

@@ -1,6 +1,6 @@
MIT License
Copyright (c) 2017 React Native Community
Copyright (c) 2017 React Navigation Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "4.1.0",
"version": "4.1.1",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"types": "typescript/react-navigation.d.ts",
@@ -32,7 +32,7 @@
},
"dependencies": {
"@react-navigation/core": "^3.5.2",
"@react-navigation/native": "^3.6.3"
"@react-navigation/native": "^3.6.5"
},
"devDependencies": {
"@commitlint/config-conventional": "^8.3.4",

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"react-navigation": ["../src/index"]
"react-navigation": ["./typescript/react-navigation"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,

File diff suppressed because it is too large Load Diff

View File

@@ -1106,13 +1106,13 @@
query-string "^6.4.2"
react-is "^16.8.6"
"@react-navigation/native@^3.6.3":
version "3.6.3"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.6.3.tgz#50b4519ebd001eaf2f07cb1ef531e7290ebd06d2"
integrity sha512-pkerjx3p9qs48nGwAyL4/IE9M971i4TEnAVlGAwBI48D+ZYkm9Rzn0rV0TdrUnUzwrYuBhwQQtVVKnMNMn8ABg==
"@react-navigation/native@^3.6.5":
version "3.6.5"
resolved "https://registry.yarnpkg.com/@react-navigation/native/-/native-3.6.5.tgz#97b0b9a48f059a0704e3527f40fb034720ef363d"
integrity sha512-ttEmnokFVf09CvrkzlPIdfA693KfYcRxTYf9OZwp0Ll6El27UYjJD4arwGc+zvlohjTErCdba6CAKV702Wv28w==
dependencies:
hoist-non-react-statics "^3.3.2"
react-native-safe-area-view "^0.14.1"
react-native-safe-area-view "^0.14.8"
"@release-it/conventional-changelog@^1.1.0":
version "1.1.0"
@@ -7285,10 +7285,10 @@ react-is@^16.8.3:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb"
integrity sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==
react-native-safe-area-view@^0.14.1:
version "0.14.3"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.3.tgz#3cc34d2fcc8886bc8a8bd1ab226d4345d02c23b0"
integrity sha512-TNs2aJ9HZs4adWRo8ICVyggyqqu72VqTbkxVSS8utlI4VTQ0ERxY6PlFEYRkO3/OcSwV8X/fifWJWiVp+r/NCg==
react-native-safe-area-view@^0.14.8:
version "0.14.8"
resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.14.8.tgz#ef33c46ff8164ae77acad48c3039ec9c34873e5b"
integrity sha512-MtRSIcZNstxv87Jet+UsPhEd1tpGe8cVskDXlP657x6rHpSrbrc+y13ZNXrwAgGNNhqQNX7UJT68ZIq//ZRmvw==
dependencies:
hoist-non-react-statics "^2.3.1"